Skip to content

Commit

Permalink
Update wflow_engines.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jan 12, 2024
1 parent a59aed2 commit e26f7c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/install/wflow_engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e26f7c3

Please sign in to comment.