Skip to content

Commit 8bb54d0

Browse files
committed
updated readme
1 parent 8425674 commit 8bb54d0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,9 @@ Download and install `python` (preferably `python3`) from [here](python.org).
3232
### Install requirements
3333
After installing python, open up a terminal/cmd and type in
3434
```cmd
35-
pip install jupyter
35+
pip3 install jupyter notebook
3636
```
37-
or
38-
```cmd
39-
pip3 install jupyter
40-
```
41-
depending on which version of `python` you want jupyter installed into. `pip` for `python2` and `pip3` for `python3`.
37+
This will install the latest version of `jupyter notebook` for `python3`.
4238

4339
### View the notebooks
4440
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command

0 commit comments

Comments
 (0)