Skip to content

Commit 300e4f9

Browse files
authored
update installation instructions
1 parent d5b7162 commit 300e4f9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@ The core of this mini-course is built around [Jupyter(formerly IPython) notebook
99

1010

1111
####Anaconda
12-
We *highly* recommend that you install the [Anaconda Python Distribution](http://docs.continuum.io/anaconda/install)
12+
We *highly* recommend that you install the [Anaconda Python Distribution](http://docs.continuum.io/anaconda/install).
1313

14-
You can download and install Anaconda on Windows, OSX and Linux. To ensure that it's up to date and to install all the necessary libraries to follow this course, run (in a terminal)
14+
You can download and install Anaconda on Windows, OSX and Linux. To ensure that it's up to date, run (in a terminal)
1515

1616
```Bash
17+
conda update conda
1718
conda update jupyter
1819
```
1920

20-
and then
21+
If you prefer Miniconda (a mini version of Anaconda), to install all the necessary libraries to follow this course, run (in a terminal)
2122

2223
```Bash
24+
conda update conda
25+
conda install jupyter
2326
conda install numpy scipy sympy
2427
```
2528

29+
2630
####Without Anaconda
2731
If you already have Python installed, you can install the notebooks using pip
2832

0 commit comments

Comments
 (0)