Back to Prefect

add prefect to an existing virtual environment

docs/snippets/installation.mdx

3.6.30.dev3233 B
Original Source

To install Prefect, run:

<CodeGroup>
bash
pip install -U prefect
bash
# add prefect to an existing virtual environment
uv pip install prefect

# add prefect to your pyproject.toml
uv add prefect
</CodeGroup>