Skip to content

Commit 1ad31cd

Browse files
authored
add matplotlib to list of required libraries
1 parent 300e4f9 commit 1ad31cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ You can download and install Anaconda on Windows, OSX and Linux. To ensure that
1515

1616
```Bash
1717
conda update conda
18-
conda update jupyter
18+
conda update jupyter numpy sympy scipy matplotlib
1919
```
2020

2121
If you prefer Miniconda (a mini version of Anaconda), to install all the necessary libraries to follow this course, run (in a terminal)
2222

2323
```Bash
2424
conda update conda
2525
conda install jupyter
26-
conda install numpy scipy sympy
26+
conda install numpy scipy sympy matplotlib
2727
```
2828

2929

@@ -37,7 +37,7 @@ pip install jupyter
3737
Please also make sure that you have the necessary libraries installed by running
3838

3939
```Bash
40-
pip install numpy scipy sympy
40+
pip install numpy scipy sympy matplotlib
4141
```
4242

4343

0 commit comments

Comments
 (0)