Skip to content

Commit c410003

Browse files
Clarify what stage 7 does
1 parent 56fa265 commit c410003

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ git clone [email protected]:jonathanrocher/ets_tutorial.git
4040

4141
### EDM users (recommended)
4242
First, download and install EDM from https://www.enthought.com/edm/. Then,
43-
open a `Terminal`/`Powershell`/`Cmd Prompt`/ and create a lighweight bootstrap environment to run the installation commands.
43+
open a `Terminal`/`Powershell`/`Cmd Prompt`/ and create a light-weight
44+
bootstrap environment to run the installation commands.
4445
```commandline
4546
edm envs create bootstrap
4647
edm install --environment bootstrap click
@@ -108,7 +109,8 @@ are able to reach the end goal.
108109
- add button to launch the face detection on all images
109110
- add widgets to filter images
110111
- step 6: pyface application: adding menu and branding
111-
- step 7: pyface application: advanced features [OPTIONAL]
112+
- step 7: Advanced features
113+
- Using traits_futures to move tasks to the background
112114
- step 8: Packaging and sharing
113115

114116

0 commit comments

Comments
 (0)