From c721687b4a88bf47e333609c42abc5c0c72f13de Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 16 Oct 2022 20:35:59 +0200 Subject: [PATCH] autopushed --- poetry.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/poetry.md b/poetry.md index 9f54ec54b..4b6e09067 100644 --- a/poetry.md +++ b/poetry.md @@ -2,7 +2,12 @@ - [[python]] [[dependency management]] [[environment management]] - `poetry add` is like pip3 install in the virtualenv followed by pip3 freeze, etc. -To get started (this comes from the [[agora server]] README): +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 -