Compare commits
No commits in common. "96d4c79bedb8bdf745b6cf33e1e5bf125116b55a" and "b55de50d93855a6224f5da9332e68532ae631874" have entirely different histories.
96d4c79bed
...
b55de50d93
|
@ -38,7 +38,6 @@ cd GisServer
|
||||||
+
|
+
|
||||||
[,bash]
|
[,bash]
|
||||||
----
|
----
|
||||||
sudo apt install python3-venv # required on debian/ubuntu
|
|
||||||
python3 -m venv ./.venv --system-site-packages
|
python3 -m venv ./.venv --system-site-packages
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue