PyFlowery/docs/getting-started/installation.md
cswimr 59238eb6c8
Some checks failed
Actions / Build (push) Successful in 11s
Actions / Lint with Ruff & Pylint (push) Failing after 14s
Actions / Build Documentation (push) Successful in 25s
added two missing spaces
2024-10-10 15:43:41 -04:00

577 B

Installation

This section will guide you through the installation process of PyFlowery.

pip

You can use pip to install PyFlowery.
The command to use differs slightly depending on what operating system you use.

On Windows:

py -m pip install pyflowery

On macOS and Linux:

python3 -m pip install pyflowery

uv

You can also use uv to store your dependencies.
Use the following command to install PyFlowery:

uv add pyflowery