Skip to content

Commit 07a4449

Browse files
committed
update instruction for Mac
1 parent 0eda8f2 commit 07a4449

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

module3/lab3/Lab3-skeleton.ipynb

Lines changed: 2 additions & 0 deletions
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)