diff --git a/README.md b/README.md index 04cb2ed..750a1fc 100644 --- a/README.md +++ b/README.md @@ -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 ```