@@ -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)
3031First, 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
3435edm env create ets_tutorial
3536edm 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
4344Assuming a Python environment is created and activated on your machine, for
4445example 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
5152During 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