Skip to content

Commit 07a4449

Browse files
committedSep 26, 2024·
update instruction for Mac
1 parent 0eda8f2 commit 07a4449

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎module3/lab3/Lab3-skeleton.ipynb

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
"source": [
5555
"# Install sqlalchemy. You only need to run this once.\n",
5656
"%pip install sqlalchemy==2.0.*\n",
57+
"# If you are using Mac, comment the line above and uncomment the line below\n",
58+
"# %pip install \"sqlalchemy==2.0.*\"\n",
5759
"# Automatically reload modules that have changed while running the notebook\n",
5860
"%load_ext autoreload\n",
5961
"%autoreload 2"

0 commit comments

Comments
 (0)
Please sign in to comment.