Updated dependencies

Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
merspieler 2019-02-28 06:03:00 +01:00
parent ffcecd9b4e
commit 9d49082a89

View file

@ -39,7 +39,7 @@ done
python3 -m venv venv/ python3 -m venv venv/
source venv/bin/activate source venv/bin/activate
pip install descartes matplotlib networkx numpy pillow pyproj scipy shapely psycopg2-binary pip install descartes matplotlib networkx numpy requests pillow pyproj scipy shapely psycopg2-binary
if [ $? == 1 ]; then if [ $? == 1 ]; then
echo "pip had problems installing some packages" echo "pip had problems installing some packages"
echo "Please make sure that all of the following packages are installed in the venv" echo "Please make sure that all of the following packages are installed in the venv"
@ -47,6 +47,7 @@ if [ $? == 1 ]; then
echo "matplotlib" echo "matplotlib"
echo "networkx" echo "networkx"
echo "numpy" echo "numpy"
echo "requests"
echo "pillow" echo "pillow"
echo "pyproj" echo "pyproj"
echo "scipy" echo "scipy"