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