mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-06 04:33:57 +03:00
7 lines
95 B
Batchfile
7 lines
95 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd ../../
|
||
|
|
||
|
git pull
|
||
|
call ./venv/Scripts/activate.bat
|
||
|
pip install -r requirements.txt
|