recommend uv instead of poetry
Some checks failed
Actions / Build (push) Successful in 11s
Actions / Lint with Ruff & Pylint (push) Failing after 13s
Actions / Build Documentation (push) Successful in 23s

This commit is contained in:
Seaswimmer 2024-10-10 15:42:35 -04:00
parent a66b313857
commit f933a8bf07
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -19,11 +19,11 @@ On macOS and Linux:
python3 -m pip install pyflowery 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: Use the following command to install PyFlowery:
``` prolog title="Command Prompt / Shell" ``` prolog title="Command Prompt / Shell"
poetry add pyflowery uv add pyflowery
``` ```