From 1078bb065ebb3d86af48de2cc0d84fd6ce62ccc2 Mon Sep 17 00:00:00 2001 From: Chris Calloway Date: Sun, 9 Jul 2023 19:21:52 -0500 Subject: [PATCH] Update README.md Fix git clone URL and cd into tutorial. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d7edca..dfdad1b 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,15 @@ Binder. If you would like to run this tutorial locally on your own computer, please follow these instructions: -1. Clone this repository with `git clone jupyter-web-app-template` -2. If you don’t have it already, you will need to [download and install +1. Clone this repository with `git clone https://github.com/nicole-brewer/scipy23-jupyter-web-app-tutorial.git` +2. Run `cd scipy23-jupyter-web-app-tutorial` +3. If you don’t have it already, you will need to [download and install Miniconda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html) -3. Run `conda env create -f environment.yml` to create a conda +5. Run `conda env create -f environment.yml` to create a conda environment called `jupyter-web-application` 4. Run `conda activate jupyter-web-application` to activate the conda - environment -5. Run `jupyter lab` to launch JupyterLab +6 environment +7. Run `jupyter lab` to launch JupyterLab ## How to use