mirror of
https://github.com/artegoser/image-pluser-webui.git
synced 2024-11-05 20:23:58 +03:00
7 lines
No EOL
179 B
Batchfile
7 lines
No EOL
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 |