Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivingDuck <DivingDuck@users.noreply.github.com>2021-01-16 13:42:54 +0300
committerDivingDuck <DivingDuck@users.noreply.github.com>2021-01-23 22:18:10 +0300
commit2f759730a49aacdf0ca3317acc5bf566aae5d7c0 (patch)
treeaaf2fe5602fb5d9e6da84eb7b1e347444282897b
parent1278a5a7869a8d72db5ffaf5a162ce1f623f8d20 (diff)
ups, forgot to install pyinstaller when building virtual environment from scratch...
-rw-r--r--release_windows_new.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/release_windows_new.bat b/release_windows_new.bat
index 8aa441c..401fb6c 100644
--- a/release_windows_new.bat
+++ b/release_windows_new.bat
@@ -84,7 +84,7 @@ if exist v3 (
rem Looks like we don't need this fix any longer
REM pip uninstall pyinstaller
REM pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
-
+ pip install pyinstaller
pip install pypiwin32
pip install polygon3
)