Skip to content

Commit 5673271

Browse files
authored
Merge pull request #46 from jonathanrocher/initial_etstool_install_only
Added etstool.py (only install and flake8 work)
2 parents 489602e + 16b4f24 commit 5673271

File tree

3 files changed

+448
-10
lines changed

3 files changed

+448
-10
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,12 @@ git clone [email protected]: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

0 commit comments

Comments
 (0)