From 28640a7f6928a626e046271321f314f43afb7569 Mon Sep 17 00:00:00 2001 From: Lurenaud Date: Mon, 6 Feb 2023 20:02:56 +0100 Subject: [PATCH] fix install --- install.cmd => install.ps1 | 2 +- installFromZeroScript/installFrom0.cmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename install.cmd => install.ps1 (70%) 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"