Skip to content

Commit

Permalink
Use new PyYAML wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Dec 27, 2016
1 parent 7a3b1e5 commit ae920f1
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 ipython
pip install --use-wheel --no-index --find-links=wheelhouse-$i lxml Pillow ipykernel notebook PyYAML
rm -rf wheelhouse-$i 'v'$i'.zip'
done

0 comments on commit ae920f1

Please sign in to comment.