Skip to content

Commit 9eb96ac

Browse files
authored
Update README.md
1 parent d4c7522 commit 9eb96ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@ If you are interested in running this material locally on your computer, you wil
6666

6767
(Replace "cookbook-example" with the title of your cookbooks)
6868

69-
1. Clone the `https://github.com/ProjectPythia/cookbook-example` repository:
69+
1. Clone the `https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook` repository:
7070

7171
```bash
72-
git clone https://github.com/ProjectPythia/cookbook-example.git
72+
git clone https://github.com/ProjectPythia/land-atmosphere-interactions-and-hydrology-cookbook.git
7373
```
7474

75-
1. Move into the `cookbook-example` directory
75+
1. Move into the `land-atmosphere-interactions-and-hydrology-cookbook` directory
7676
```bash
77-
cd cookbook-example
77+
cd land-atmosphere-interactions-and-hydrology-cookbook
7878
```
7979
1. Create and activate your conda environment from the `environment.yml` file
8080
```bash
8181
conda env create -f environment.yml
82-
conda activate cookbook-example
82+
conda activate land-atmosphere-interactions-and-hydrology-cookbook-dev
8383
```
8484
1. Move into the `notebooks` directory and start up Jupyterlab
8585
```bash

0 commit comments

Comments
 (0)