Skip to content

Commit 625810d

Browse files
authored
Merge pull request #344 from mrawls/setup-addcode
Add zip file of 'code' directory and refer to it on the Setup page
2 parents 49638bb + 5d04089 commit 625810d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed
7.26 KB
Binary file not shown.

setup.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ permalink: /setup/
77
You need to download some files to follow this lesson:
88

99
1. Make a new folder in your Desktop called `python-novice-inflammation`.
10-
2. Download [python-novice-inflammation-data.zip][zipfile] and move the file to this folder.
11-
3. If it's not unzipped yet, double-click on it to unzip it. You should end up with a new folder called `data`.
12-
4. You can access this folder from the Unix shell with:
10+
2. Download [python-novice-inflammation-data.zip][zipfile1] and move the file to this folder.
11+
3. Also download [python-novice-inflammation-code.zip][zipfile2] and move it to the same folder.
12+
4. If the files aren't unzipped yet, double-click to unzip them. You should end up with
13+
two new folders called `data` and `code`.
14+
5. To get started, go into the `data` folder from the Unix shell with:
1315

1416
~~~
1517
$ cd
@@ -36,4 +38,5 @@ $ python
3638
~~~
3739
{: .source}
3840

39-
[zipfile]: {{ page.root }}/data/python-novice-inflammation-data.zip
41+
[zipfile1]: {{ page.root }}/data/python-novice-inflammation-data.zip
42+
[zipfile2]: {{ page.root }}/code/python-novice-inflammation-code.zip

0 commit comments

Comments
 (0)