Skip to content

Commit bc1081a

Browse files
committed
Add env activation command
1 parent 0e36485 commit bc1081a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ edm shell -e ets_tutorial
5353
Create a new conda environment called `ets_tutorial` and install local
5454
dependencies with the following commands:
5555
```commandline
56-
conda create -n ets_tutorial python=3.6 pandas matplotlib traits traitsui
57-
scikit-image pillow pyqt ipython importlib_resources importlib_metadata
56+
conda create -n ets_tutorial python=3.6 pandas matplotlib traits traitsui scikit-image pillow pyqt ipython importlib_resources importlib_metadata
5857
python setup.py install
5958
```
59+
Activate the new environment with `conda activate ets_tutorial`.
6060

6161
### pip users
6262
Assuming a Python environment is created and activated on your machine, for

0 commit comments

Comments
 (0)