Jose Daniel Posada Montoya
06/08/2022, 11:08 PMAnna Geller
pip install -U "prefect>=2.0b"
it will install just the Python client and CLI with the option to start a self-hosted API Server using:
prefect orion start
API Server is optional and you can totally only use the Python client with the ephemeral API if you choose soJose Daniel Posada Montoya
06/08/2022, 11:43 PMAnna Geller
Jose Daniel Posada Montoya
06/08/2022, 11:44 PMAnna Geller
Kevin Kho