Skip to content

Commit a325e97

Browse files
committed
fix install
1 parent 654a387 commit a325e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are download instructions below for installation using pip, which should w
1717
The steps below will get you a working environment.
1818

1919
```
20-
conda create -n widgets-tutorial notebook=5.0 numpy python=3.6 scikit-image scipy traittypes
20+
conda create -n widgets-tutorial notebook=5.0 numpy python=3.6 scikit-image scipy
2121
2222
# Mac/Linux:
2323
source activate widgets-tutorial
@@ -26,7 +26,7 @@ source activate widgets-tutorial
2626
activate widgets-tutorial
2727
2828
# Install widgets from conda-forge, which has ipywidgets 7.0
29-
conda install -c conda-forge ipywidgets=7.0
29+
conda install -c conda-forge ipywidgets=7.0 traittypes
3030
3131
# Create a kernel for this environment
3232
ipython kernel install --name widgets-tutorial --display-name widgets-tutorial --sys-prefix

0 commit comments

Comments
 (0)