SldwrksExporter/install.ps1

4 lines
95 B
PowerShell
Raw Normal View History

2023-02-06 17:34:01 +00:00
python -m venv .venv
2023-02-06 19:02:56 +00:00
.\.venv\Scripts\activate
2023-02-06 17:34:01 +00:00
pip install -r .\requirements.txt
python .\gui.py