recommend uv instead of poetry
This commit is contained in:
parent
a66b313857
commit
f933a8bf07
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue