We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c6c34 commit 0e36485Copy full SHA for 0e36485
1 file changed
README.md
@@ -50,13 +50,20 @@ edm shell -e ets_tutorial
50
```
51
52
### Conda users
53
-[TODO]
+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
58
+python setup.py install
59
+```
60
61
### pip users
62
Assuming a Python environment is created and activated on your machine, for
63
example from https://www.python.org/,
64
```commandline
65
pip install pandas matplotlib traits traitsui scikits-image pillow pyqt5 ipython
66
67
68
69
## Getting help
0 commit comments