Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use official ipykernel/notebok wheels
  • Loading branch information
Kwpolska committed Apr 11, 2017
1 parent cb5874e commit 05aee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getwheelhouse.sh
Expand Up @@ -2,6 +2,6 @@
for i in $@; do
wget https://github.com/getnikola/wheelhouse/archive/v$i'.zip'
unzip 'v'$i'.zip'
pip install --use-wheel --no-index --find-links=wheelhouse-$i lxml Pillow ipykernel notebook PyYAML
pip install --use-wheel --no-index --find-links=wheelhouse-$i lxml Pillow PyYAML
rm -rf wheelhouse-$i 'v'$i'.zip'
done

0 comments on commit 05aee65

Please sign in to comment.