File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ venv.bak/
101101# Rope project settings
102102.ropeproject
103103
104+ # PyCharm settings
105+ .idea
106+
104107# mkdocs documentation
105108/site
106109
Original file line number Diff line number Diff line change @@ -32,17 +32,12 @@ git clone git@github.com:jonathanrocher/ets_tutorial.git
3232- traitsui
3333
3434### EDM users (recommended)
35- First, download and install EDM from https://www.enthought.com/edm/ . Then, run
36- the following in ` Terminal ` /` Powershell ` /` Cmd Prompt ` /... to create a dedicated
37- Python environment and install all dependencies in it:
35+ First, download and install EDM from https://www.enthought.com/edm/ . Then,
36+ open a ` Terminal ` /` Powershell ` /` Cmd Prompt ` / and navigate to the folder
37+ where the repo was cloned. Enter the following command to create a
38+ dedicated Python environment and install all dependencies in it:
3839``` commandline
39- edm env create ets_tutorial
40- edm shell -e ets_tutorial
41- edm install pandas matplotlib traits traitsui scikits.image pillow pyqt5 ipython
42- ```
43-
44- ``` commandline
45- python etstool.py build
40+ python ci build
4641```
4742
4843### Conda users
You can’t perform that action at this time.
0 commit comments