aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/getwheelhouse.sh
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:57:04 -0300
commit8041475aab2b8efad7d2857027331bd626d26312 (patch)
tree3980e1763c067079a4cebb425d642ca9eac834bf /scripts/getwheelhouse.sh
parentb0b24795b24ee6809397fbbadf42f31f310a219f (diff)
Imported Upstream version 7.6.4
Diffstat (limited to 'scripts/getwheelhouse.sh')
-rwxr-xr-xscripts/getwheelhouse.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/getwheelhouse.sh b/scripts/getwheelhouse.sh
index 753fc2b..911ffbd 100755
--- a/scripts/getwheelhouse.sh
+++ b/scripts/getwheelhouse.sh
@@ -3,7 +3,5 @@ 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