Updated dependencies
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
ffcecd9b4e
commit
9d49082a89
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,7 @@ done
|
|||
|
||||
python3 -m venv venv/
|
||||
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
|
||||
echo "pip had problems installing some packages"
|
||||
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 "networkx"
|
||||
echo "numpy"
|
||||
echo "requests"
|
||||
echo "pillow"
|
||||
echo "pyproj"
|
||||
echo "scipy"
|
||||
|
|
Loading…
Reference in a new issue