We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1081a commit e6e42d6Copy full SHA for e6e42d6
1 file changed
README.md
@@ -54,6 +54,7 @@ Create a new conda environment called `ets_tutorial` and install local
54
dependencies with the following commands:
55
```commandline
56
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
58
python setup.py install
59
```
60
Activate the new environment with `conda activate ets_tutorial`.
0 commit comments