mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-05 20:23:58 +03:00
7 lines
No EOL
105 B
Batchfile
7 lines
No EOL
105 B
Batchfile
@echo off
|
|
|
|
cd ../../
|
|
|
|
git pull
|
|
call ./venv/Scripts/activate.bat
|
|
pip install -r requirements.txt --upgrade |