VT-PR/install.bat
Aswin f8c4accd54 Reset
Reset dev
2025-03-18 00:17:27 +05:30

6 lines
132 B
Batchfile

@echo off
python -m pip install poetry==1.8.5
poetry config virtualenvs.in-project true
poetry lock --no-update
poetry install
pause