Skip to content

Commit 0e36485

Browse files
committed
Add conda instructions
1 parent 50c6c34 commit 0e36485

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,20 @@ edm shell -e ets_tutorial
5050
```
5151

5252
### Conda users
53-
[TODO]
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
58+
python setup.py install
59+
```
5460

5561
### pip users
5662
Assuming a Python environment is created and activated on your machine, for
5763
example from https://www.python.org/,
5864
```commandline
5965
pip install pandas matplotlib traits traitsui scikits-image pillow pyqt5 ipython
66+
python setup.py install
6067
```
6168

6269
## Getting help

0 commit comments

Comments
 (0)