VT-PR/install.bat
2025-03-18 00:23:51 +05:30

5 lines
101 B
Batchfile

@echo off
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install
pause