remove fog and shadow augmentations

add install script
This commit is contained in:
zxsanny
2025-05-19 08:30:25 +03:00
parent 292809593c
commit 96056f53ad
5 changed files with 19 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
echo install python and dependencies
if not exist venv (
python -m venv venv
)
venv/bin/python -m pip install --upgrade pip
venv/bin/pip install -r requirements.txt
venv\Scripts\pip install --upgrade pyinstaller pyinstaller-hooks-contrib