@@ -5,8 +5,9 @@ title: Setup
5
5
6
6
## Data
7
7
8
- In preparation for this lesson,
9
- you will need to download two Python scripts and four netCDF files and place them in a new folder/directory:
8
+ In preparation for these lessons,
9
+ you will need to download the following two Python scripts and four netCDF files
10
+ and place them in a new folder/directory:
10
11
11
12
1 . Make a new folder in your Desktop called ` data-carpentry ` .
12
13
2 . Download [ script_template.py] [ template_script ] and [ plot_precipitation_climatology.py] [ precip_script ] and move them into that folder.
@@ -20,16 +21,18 @@ you will need to download two Python scripts and four netCDF files and place the
20
21
21
22
## Software installation
22
23
23
- If your instructor hasn't sent you instructions on how to install the required software,
24
- follow the [ default Carpentries instructions] ( https://carpentries.github.io/workshop-template/#setup ) .
25
- You need to install the bash shell, git, text editor and Python.
24
+ In order to complete the lessons,
25
+ you will need access to the following:
26
+ the bash shell, a text editor, git and Anaconda (which is a Python distribution).
27
+ If you don't already have these installed,
28
+ please follow the [ Carpentries software installation instructions] ( https://carpentries.github.io/workshop-template/#setup ) .
26
29
27
30
Depending on time and wifi constraints,
28
- your instructor may also ask that you install the python packages introduced in the
31
+ your workshop instructor may also ask that you install the python packages introduced in the
29
32
[ first lesson] ( https://carpentrieslab.github.io/python-aos-lesson/01-conda/index.html )
30
33
ahead of time.
31
- Your instructor will specify whether to do this following the default approach
32
- or conda environments approach (see below for instructions).
34
+ Your instructor will specify whether to do this following the " default" approach
35
+ or " conda environments" approach (see below for instructions).
33
36
34
37
> ## Installation of python packages: Linux & Mac (default)
35
38
>
0 commit comments