mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user