diff --git a/poetry.md b/poetry.md index 29f2e5728..f2621b753 100644 --- a/poetry.md +++ b/poetry.md @@ -5,16 +5,10 @@ To get started (this comes from the [[agora server]] README / https://python-poetry.org/docs/#installation: + ``` curl -sSL https://install.python-poetry.org | python3 - -``` - - - -``` -curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 - -source $HOME/.poetry/env` poetry install # or add if you're in a new project? ``` -Gets installed to `$HOME/.local/bin/poetry` on Linux. +It gets installed to `$HOME/.local/bin/poetry` on Linux (useful if you don't have .local/bin in your gets