From 07fb92fc541f51196b4d01380a5433808071ceef Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 16 Oct 2022 20:39:25 +0200 Subject: [PATCH] autopushed --- poetry.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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