summaryrefslogtreecommitdiffstats
path: root/scripts/getwheelhouse.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/getwheelhouse.sh')
-rwxr-xr-xscripts/getwheelhouse.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/getwheelhouse.sh b/scripts/getwheelhouse.sh
deleted file mode 100755
index 911ffbd..0000000
--- a/scripts/getwheelhouse.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-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
- rm -rf wheelhouse-$i 'v'$i'.zip'
-done