Skip to content

Commit e6e42d6

Browse files
committed
Add instruction to activate conda environment
1 parent bc1081a commit e6e42d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Create a new conda environment called `ets_tutorial` and install local
5454
dependencies with the following commands:
5555
```commandline
5656
conda create -n ets_tutorial python=3.6 pandas matplotlib traits traitsui scikit-image pillow pyqt ipython importlib_resources importlib_metadata
57+
conda activate ets_tutorial
5758
python setup.py install
5859
```
5960
Activate the new environment with `conda activate ets_tutorial`.

0 commit comments

Comments
 (0)