fix install

This commit is contained in:
Lurenaud 2023-02-06 20:02:56 +01:00
parent b81b877d40
commit 28640a7f69
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
python -m venv .venv
.\.venv\Scripts\Activate.ps1
.\.venv\Scripts\activate
pip install -r .\requirements.txt
python .\gui.py

View File

@ -1,3 +1,3 @@
git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git
cd SldwrksExporter
install.cmd
powershell -file "install.ps1"