From a5a86f6c852ff628b5ab81f2adda70ecbfc7bf34 Mon Sep 17 00:00:00 2001 From: Maxime Rey <87315832+MaxJPRey@users.noreply.github.com> Date: Tue, 12 Jul 2022 20:53:41 +0200 Subject: [PATCH] Correct the name of scikit-image package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5342b0..a9adc9d 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Activate the new environment with `conda activate ets_tutorial`. Assuming a Python environment is created and activated on your machine, for example from https://www.python.org/, ```commandline -pip install pandas matplotlib traits traitsui scikits-image pillow pyqt5 ipython +pip install pandas matplotlib traits traitsui scikit-image pillow pyqt5 ipython python setup.py install ```