Skip to content

Commit

Permalink
Update install instructions (#14119)
Browse files Browse the repository at this point in the history
  • Loading branch information
discdiver committed Jun 18, 2024
1 parent c0f803e commit b1d0bec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/3.0rc/get-started/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You also need an API server, either
To install Prefect's 3.0 release candidate, run:

```bash
pip install -U "prefect==3.0.0rc2"
pip install -U "prefect==3.0.0rc3"
```

This command also upgrades existing Python dependencies.
Expand Down
2 changes: 1 addition & 1 deletion docs/3.0rc/get-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following steps convert this script to a schedulable, observable, resilient,
## Install Prefect

```bash
pip install -U prefect==3.0.0rc2"
pip install -U prefect==3.0.0rc3"
```
See the [install guide](/3.0rc/get-started/install/) for more detailed installation instructions, if needed.
Expand Down
Empty file added docs/concepts/work-pools.md
Empty file.

0 comments on commit b1d0bec

Please sign in to comment.