File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,11 @@ permalink: /setup/
77You need to download some files to follow this lesson:
88
991 . 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
You can’t perform that action at this time.
0 commit comments