- Prefect Cloud, a managed solution that provides strong scaling, performance, and security, or
- Your own hosted Prefect server instance
Install with pip
Install Prefect.Check your installation
To confirm that Prefect was installed successfully, run:Windows installation
You can install and run Prefect via Windows PowerShell, the Windows Command Prompt, or conda. After installation, you may need to manually add the Python local packagesScripts folder to your Path environment variable.
The Scripts folder path looks something like:
pip install output messages for the Scripts folder path on your system.
Minimal Prefect installation
Theprefect-client library is a minimal installation of Prefect designed for interacting with Prefect Cloud or a remote self-hosted server instance.
prefect-client enables a subset of Prefect’s functionality with a smaller installation size, making it ideal for use in lightweight, resource-constrained, or ephemeral environments.
It omits all CLI and server components found in the prefect library.
To install the latest release of prefect-client, run: