Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Jupyter install step
  • Loading branch information
stuwilmur committed Oct 10, 2023
1 parent 7632e82 commit 2ee89f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,11 @@ Finally, set up the environment by running environment.py:
```
python environment.py
```
If desired, deactivate the environment:
If you also want to be able to run the notebooks, install Jupyter:
```
pip install jupyter
```
Finally, once finished, deactivate the environment:
```
conda deactivate
```
Expand Down

0 comments on commit 2ee89f4

Please sign in to comment.