Explorar el Código

force installation of pillow and psycopg2 at the end of setup

damien hace 10 años
padre
commit
24298e6886
Se han modificado 1 ficheros con 11 adiciones y 2 borrados
  1. 11 2
      bin/setup.sh

+ 11 - 2
bin/setup.sh Ver fichero

52
 echo
52
 echo
53
 echo
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
 cd ${OLD_PATH}
67
 cd ${OLD_PATH}