autopushed

This commit is contained in:
2022-10-16 20:39:25 +02:00
parent e745b47aeb
commit 07fb92fc54
+2 -8
View File
@@ -5,16 +5,10 @@
To get started (this comes from the [[agora server]] README / https://python-poetry.org/docs/#installation: 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://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? 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