mirror of
https://github.com/flancian/garden.git
synced 2026-08-08 15:36:19 +00:00
autopushed
This commit is contained in:
@@ -10,8 +10,11 @@ curl -sSL https://install.python-poetry.org | python3 -
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
|
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3 -
|
||||||
source $HOME/.poetry/env`
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user