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

@@ -20,7 +20,7 @@
],
"PythonVersion": ">=3.10",
"PythonPath": {
"linux": "../../../../../../cpl-env/bin/python3.9",
"linux": "../../venv/bin/python",
"win32": ""
},
"Classifiers": []