diff --git a/install.cmd b/install.ps1 similarity index 70% rename from install.cmd rename to install.ps1 index 1cd768f..ef4cfef 100644 --- a/install.cmd +++ b/install.ps1 @@ -1,4 +1,4 @@ python -m venv .venv -.\.venv\Scripts\Activate.ps1 +.\.venv\Scripts\activate pip install -r .\requirements.txt python .\gui.py \ No newline at end of file diff --git a/installFromZeroScript/installFrom0.cmd b/installFromZeroScript/installFrom0.cmd index 18595e9..75383fa 100644 --- a/installFromZeroScript/installFrom0.cmd +++ b/installFromZeroScript/installFrom0.cmd @@ -1,3 +1,3 @@ git clone https://git.lurenaud.com/lurenaud/SldwrksExporter.git cd SldwrksExporter -install.cmd +powershell -file "install.ps1"