VT-PR/install.bat

5 lines
101 B
Batchfile
Raw Permalink Normal View History

2025-03-18 00:17:27 +05:30
@echo off
2025-03-18 00:23:51 +05:30
python -m pip install poetry
2025-03-18 00:17:27 +05:30
poetry config virtualenvs.in-project true
poetry install
pause