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