From 2ee89f4ace0bc5ad0bd6d246cc4faee6cb2bcf11 Mon Sep 17 00:00:00 2001 From: Stu Murray Date: Tue, 10 Oct 2023 21:26:37 +0100 Subject: [PATCH] Update README.md Add Jupyter install step --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```