autopushed

This commit is contained in:
2022-10-16 20:38:45 +02:00
parent b9a0896fb4
commit e745b47aeb
+3
View File
@@ -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.