🎃 Valiukas

jump to main content

python: setup poetry

Oct 12, 2022

pip3 install poetry
python3 -m venv .venv
poetry config virtualenvs.in-project true