diff options
| author | 2015-07-08 07:35:02 -0300 | |
|---|---|---|
| committer | 2015-07-08 07:35:02 -0300 | |
| commit | b0b24795b24ee6809397fbbadf42f31f310a219f (patch) | |
| tree | 46d05bb47460b4ec679211717c4ab07414b80d9c /scripts/getwheelhouse.sh | |
| parent | 5ec02211214350ee558fd9f6bb052264fd24f75e (diff) | |
Imported Upstream version 7.6.0upstream/7.6.0
Diffstat (limited to 'scripts/getwheelhouse.sh')
| -rwxr-xr-x | scripts/getwheelhouse.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/getwheelhouse.sh b/scripts/getwheelhouse.sh index 911ffbd..753fc2b 100755 --- a/scripts/getwheelhouse.sh +++ b/scripts/getwheelhouse.sh @@ -3,5 +3,7 @@ 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 + # Install Markdown for Python 2.6. + pip install --use-wheel --no-index --find-links=wheelhouse-$i Markdown || true rm -rf wheelhouse-$i 'v'$i'.zip' done |
