SldwrksExporter/install.ps1
2023-02-06 22:12:01 +01:00

3 lines
79 B
PowerShell

python -m venv .venv
.\.venv\Scripts\activate
pip install -r .\requirements.txt