Flexibility updates for Linux setup

This commit is contained in:
Dan Paulat 2023-12-30 08:33:23 -06:00
parent a222c7d101
commit cac240ddcc
3 changed files with 29 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
pip install "conan<2.0"
pip install geopandas
pip install GitPython
pip install --upgrade --user --break-system-packages "conan<2.0"
pip install --upgrade --user --break-system-packages geopandas
pip install --upgrade --user --break-system-packages GitPython
conan profile new default --detect