Skip to content

Commit 2bf46aa

Browse files
add instruction for building the kernels
1 parent 2df3c34 commit 2bf46aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ If you are interested in running this material locally on your computer, you wil
7575
```bash
7676
cd eo-datascience-cookbook
7777
```
78-
1. Create and activate your conda environment from the `environment.yml` file
78+
1. Create Jupyter kernels
7979
```bash
80-
conda env create -f environment.yml
81-
conda activate eo-datascience-cookbook
80+
make kernel
8281
```
8382
1. Move into the `notebooks` directory and start up Jupyterlab
8483
```bash

0 commit comments

Comments
 (0)