diff --git a/install poetry.md b/install poetry.md new file mode 100644 index 000000000..4d344155d --- /dev/null +++ b/install poetry.md @@ -0,0 +1,5 @@ +- #go https://python-poetry.org/docs/ + - with [[pipx]]: + - `pipx install poetry` + - without: + - `curl -sSL https://install.python-poetry.org | python3 -` diff --git a/journal/2024-01-14.md b/journal/2024-01-14.md index cad34a89a..3526da048 100644 --- a/journal/2024-01-14.md +++ b/journal/2024-01-14.md @@ -2,4 +2,4 @@ - This year I'd like to explore the [[Jhanas]] more. - I picked up [[Leigh Brasington]]'s [[Right Concentration]] again. - I upgraded [[ubuntu]] and that somehow broke [[poetry]]. - - -> [[install poetry]] + - -> [[install poetry]] fixed it