We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e36485 commit bc1081aCopy full SHA for bc1081a
1 file changed
README.md
@@ -53,10 +53,10 @@ edm shell -e ets_tutorial
53
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
57
-scikit-image pillow pyqt ipython importlib_resources importlib_metadata
+conda create -n ets_tutorial python=3.6 pandas matplotlib traits traitsui scikit-image pillow pyqt ipython importlib_resources importlib_metadata
58
python setup.py install
59
```
+Activate the new environment with `conda activate ets_tutorial`.
60
61
### pip users
62
Assuming a Python environment is created and activated on your machine, for
0 commit comments