From f933a8bf072158dbc09126f3f4e6a291aa8fb30c Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 10 Oct 2024 15:42:35 -0400 Subject: [PATCH] recommend uv instead of poetry --- docs/getting-started/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 6cca32f..356acf8 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -19,11 +19,11 @@ On macOS and Linux: python3 -m pip install pyflowery ``` -## Poetry +## uv -You can also use [Poetry](https://python-poetry.org/) to store your dependencies. +You can also use [uv](https://astral.sh/uv) to store your dependencies. Use the following command to install PyFlowery: ``` prolog title="Command Prompt / Shell" -poetry add pyflowery +uv add pyflowery ```