Added venv support to install command

This commit is contained in:
2022-06-27 10:52:26 +02:00
parent 587d9b359c
commit e8a4fe6142
10 changed files with 163 additions and 102 deletions

View File

@@ -19,7 +19,9 @@
"cpl-core>=2022.6.17.dev8"
],
"PythonVersion": ">=3.10",
"PythonPath": {},
"PythonPath": {
"linux": "../../venv"
},
"Classifiers": []
},
"BuildSettings": {