Skip to content

Commit cb756cf

Browse files
committed
Updates download instructions
1 parent a0d2544 commit cb756cf

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

01-intro.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,11 @@
114114
"\n",
115115
"You need to download some files to follow this lesson:\n",
116116
"\n",
117-
"1. Download the [latest scicomp-python.zip](https://github.com/dleehr/scicomp-python/releases/latest) and save it on your Desktop\n",
118-
"2. If it's not unzipped yet, double-click on it to unzip it. You should end up with a new folder called `scicomp-python-x.y.z`.\n",
119-
"3. Open a **bash** shell (Git Bash or Terminal)\n",
120-
"4. Type `ipython notebook`\n",
117+
"1. Download the [latest scicomp-python.zip](https://github.com/dleehr/scicomp-python/releases/latest) and save it\n",
118+
"2. Open a **bash** shell (Git Bash or Terminal)\n",
119+
"3. `mv` the **scicomp-python.zip** file to your `gcbCourse` directory\n",
120+
"4. `unzip` the file\n",
121+
"5. Type `ipython notebook`\n",
121122
"![bash ipython notebook](fig/bash-ipython-notebook.png)\n",
122123
"5. Wait for a web browser to open, but do not close the bash window.\n",
123124
"![jupyter home](fig/jupyter-notebook-start.png)"

0 commit comments

Comments
 (0)