File size: 299 Bytes
aea5589 |
1 2 3 4 5 6 7 8 9 10 11 |
# pip install pipx
# pipx install poetry
# pipx ensurepath
# source ~/.bashrc
# curl -sSL https://install.python-poetry.org | python3 -
# -C- continue -S show error -o output
curl -sSL -C- -o install-poetry.py https://install.python-poetry.org
python install-poetry.py
~/.local/bin/poetry install
|