Skip to content

Commit 05bf830

Browse files
committed
add activate comment to local setup instructions
1 parent c4b8b40 commit 05bf830

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ If the environment already exist, it can be updated when a change was made using
6464
conda env update -f environment.yml
6565
```
6666

67-
When the right environment is setup, simply run Jupyter Notebook and use your browser to
67+
When the right environment is setup, simply activate and run Jupyter Notebook and use your browser to
6868
go to open the desired notebook:
6969
```bash
70+
conda activate datalab_ml_iot
7071
jupyter notebook
7172
```

0 commit comments

Comments
 (0)