This fix #36 update distribute version before install matplotlib

pull/38/head
Debra Jules 2015-07-27 11:48:21 +02:00
parent d89ae365f9
commit 11ddc8f3b2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ sudo apt-get install libev-dev libgmp-dev
#needed for mathplotlib
test ! -L /usr/include/ft2build.h && sudo ln -s freetype2/ft2build.h /usr/include/
sudo easy_install -U distribute
# REDIS #
test ! -d redis/ && git clone https://github.com/antirez/redis.git