SldwrksExporter/install.cmd

4 lines
99 B
Batchfile
Raw Normal View History

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