Skip to content

Commit 85536b7

Browse files
authored
Update README.md
1 parent cc0f5c0 commit 85536b7

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,29 @@ Read in the following order:
2323

2424

2525
## How to run the files
26-
Download and install python from [here](python.org).
27-
After installing python, open up a terminal/cmd and type in
28-
`pip install jupyter-notebook`
26+
All the `.ipynb` files can be viewed in github itself. So you can read the files just by clicking on them.
27+
However, if you want to view/modify it in your local machines, follow the steps below.
2928

30-
Download or clone this repository and open up a terminal inside the repo and enter the command
31-
`jupyter notebook`
29+
### Download Python
30+
Download and install `python` (preferably `python3`) from [here](python.org).
3231

32+
### Install requirements
33+
After installing python, open up a terminal/cmd and type in
34+
```cmd
35+
pip install jupyter
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`.
42+
43+
### View the notebooks
44+
Download or clone this repository and open up a terminal inside the downloaded repository and enter the command
45+
```cmd
46+
jupyter notebook
47+
```
3348
It will automatically launch your browser and you can read and view the files from your own system.
3449

50+
3551
README file to be properly updated soon

0 commit comments

Comments
 (0)