VT-PR/install.bat

6 lines
132 B
Batchfile
Raw Normal View History

2025-03-18 00:17:27 +05:30
@echo off
python -m pip install poetry==1.8.5
poetry config virtualenvs.in-project true
poetry lock --no-update
poetry install
pause