We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8425674 commit 8bb54d0Copy full SHA for 8bb54d0
README.md
@@ -32,13 +32,9 @@ Download and install `python` (preferably `python3`) from [here](python.org).
32
### Install requirements
33
After installing python, open up a terminal/cmd and type in
34
```cmd
35
-pip install jupyter
+pip3 install jupyter notebook
36
```
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`.
+This will install the latest version of `jupyter notebook` for `python3`.
42
43
### View the notebooks
44
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command
0 commit comments