Skip to content

Commit 607c248

Browse files
Add missing packages for run the stage0.
1 parent b03f4ba commit 607c248

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ scalable applications, and package them into an installer.
2020
### Requirements
2121

2222
- Python 3.6+
23+
- scikits.image
24+
- Pillow
2325
- Pandas
2426
- matplotlib
2527
- traits
2628
- traitsui
27-
- scikits.image
2829

2930
### EDM users (recommended)
3031
First, download and install EDM from https://www.enthought.com/edm/. Then, run
@@ -33,7 +34,7 @@ Python environment and install all dependencies in it:
3334
```commandline
3435
edm env create ets_tutorial
3536
edm shell -e ets_tutorial
36-
edm install pandas matplotlib traits traitsui scikits.image
37+
edm install pandas matplotlib traits traitsui scikits.image pillow pyqt5 ipython
3738
```
3839

3940
### Conda users
@@ -43,14 +44,15 @@ edm install pandas matplotlib traits traitsui scikits.image
4344
Assuming a Python environment is created and activated on your machine, for
4445
example from https://www.python.org/,
4546
```commandline
46-
pip install pandas matplotlib traits traitsui scikits-image
47+
pip install pandas matplotlib traits traitsui scikits-image pillow pyqt5 ipython
4748
```
4849

4950
## Getting help
5051
### During the tutorial
5152
During the tutorial, don't hesitate to ask for help:
5253
- ask questions if something isn't clear,
53-
- there will be a number of developers in the room who can help unblock you.
54+
- or just call out for individual support: there will be a number of developers
55+
in the room who can help unblock you.
5456

5557
### After the tutorial
5658
- This tutorial was recorded and can be watched [here]() [TODO]

0 commit comments

Comments
 (0)