diff --git a/docs/install/wflow_engines.md b/docs/install/wflow_engines.md index a2edc965c3..8bb7f85f81 100644 --- a/docs/install/wflow_engines.md +++ b/docs/install/wflow_engines.md @@ -66,9 +66,11 @@ Using a workflow engine is a crucial component for scaling up quacc calculations ```bash pip install quacc[prefect] - pip install starlette==0.32.0 # temporary workaround + pip install starlette==0.32.0 # (1)! ``` + 1. This is a temporary workaround to resolve a dependency conflict. + To connect to Prefect Cloud, run the following as well: ```bash