mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
This fix #36 update distribute version before install matplotlib
This commit is contained in:
parent
d89ae365f9
commit
11ddc8f3b2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue