Browse Source

force installation of pillow and psycopg2 at the end of setup

damien 10 years ago
parent
commit
24298e6886
1 changed files with 11 additions and 2 deletions
  1. 11 2
      bin/setup.sh

+ 11 - 2
bin/setup.sh View File

@@ -52,7 +52,16 @@ python setup.py develop
52 52
 echo
53 53
 echo
54 54
 
55
-# pip install psycopg2
56
-# pip install pillow
55
+echo
56
+echo
57
+echo "-------------------------"
58
+echo "- install dependencies"
59
+echo "-------------------------"
60
+echo "-> psycopg2"
61
+echo "-> pillow"
62
+pip install psycopg2
63
+pip install pillow
64
+echo
65
+echo
57 66
 
58 67
 cd ${OLD_PATH}