Skip to content

Commit 979eb70

Browse files
authored
Update setup.md
1 parent 72c62d3 commit 979eb70

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

setup.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ title: Setup
55

66
## Data
77

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:
1011

1112
1. Make a new folder in your Desktop called `data-carpentry`.
1213
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
2021

2122
## Software installation
2223

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).
2629

2730
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
2932
[first lesson](https://carpentrieslab.github.io/python-aos-lesson/01-conda/index.html)
3033
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).
3336

3437
> ## Installation of python packages: Linux & Mac (default)
3538
>

0 commit comments

Comments
 (0)