diff --git a/README.md b/README.md index 25029ec6..0bde01af 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ If you are interested in running this material locally on your computer, you wil 1. Create and activate your conda environment from the `environment.yml` file ```bash conda env create -f environment.yml - conda activate cookbook-example + conda activate cookbook-dev ``` 1. Move into the `notebooks` directory and start up Jupyterlab ```bash