Skip to content

Commit e9cbda0

Browse files
committed
setup.md: fix 'Software' section
1 parent ffa6f3e commit e9cbda0

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

setup.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ Or download each file indvidually with the following links:
2525

2626

2727
> ## Software
28+
> [Python](http://python.org) is a popular language for
29+
> scientific computing, and great for general-purpose programming as
30+
> well. Installing all of its scientific packages individually can be
31+
> a bit difficult, so we recommend an all-in-one installer.
32+
>
33+
> For this workshop we use Python version 3.x.
34+
>
35+
> ### Required Python Packages for this workshop
36+
>
37+
> * [Pandas](http://pandas.pydata.org/)
38+
> * [Jupyter notebook](http://jupyter.org/)
39+
> * [Numpy](http://www.numpy.org/)
40+
> * [Matplotlib](http://matplotlib.org/)
2841
{: .prereq}
29-
[Python](http://python.org) is a popular language for
30-
scientific computing, and great for general-purpose programming as
31-
well. Installing all of its scientific packages individually can be
32-
a bit difficult, so we recommend an all-in-one installer.
33-
34-
For this workshop we use Python version 3.x.
35-
36-
## Required Python Packages for this workshop
37-
38-
* [Pandas](http://pandas.pydata.org/)
39-
* [Jupyter notebook](http://jupyter.org/)
40-
* [Numpy](http://www.numpy.org/)
41-
* [Matplotlib](http://matplotlib.org/)
4242

4343
## Install the workshop packages
4444

0 commit comments

Comments
 (0)