Updating dependencies and build scripts for Linux

This commit is contained in:
Dan Paulat 2023-01-14 00:26:43 -06:00
parent 357ae0b85e
commit ec45e0bce0
3 changed files with 15 additions and 0 deletions

5
tools/setup-common.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
pip install "conan<2.0"
pip install geopandas
pip install GitPython
conan profile new default --detect