Files
garden/install poetry.md
2024-01-14 12:58:50 +01:00

6 lines
162 B
Markdown

- #go https://python-poetry.org/docs/
- with [[pipx]]:
- `pipx install poetry`
- without:
- `curl -sSL https://install.python-poetry.org | python3 -`