mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:40:05 +00:00
Flexibility updates for Linux setup
This commit is contained in:
parent
a222c7d101
commit
cac240ddcc
3 changed files with 29 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue