Update build.cmd

no-cache-dir for pip install
This commit is contained in:
Deen
2025-04-30 12:17:19 +03:00
committed by GitHub
parent 99a723cfe6
commit 47a925f5af
+1 -1
View File
@@ -11,7 +11,7 @@ echo install python and dependencies
python -m venv venv python -m venv venv
venv\Scripts\python -m pip install --upgrade pip venv\Scripts\python -m pip install --upgrade pip
venv\Scripts\pip install -r requirements.txt venv\Scripts\pip install --no-cache-dir -r requirements.txt
venv\Scripts\pip install --upgrade pyinstaller pyinstaller-hooks-contrib venv\Scripts\pip install --upgrade pyinstaller pyinstaller-hooks-contrib
venv\Scripts\python setup.py build_ext --inplace venv\Scripts\python setup.py build_ext --inplace