5 lines
101 B
Batchfile
5 lines
101 B
Batchfile
@echo off
|
|
python -m pip install poetry
|
|
poetry config virtualenvs.in-project true
|
|
poetry install
|
|
pause |