Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Aug 1, 2024
1 parent c5b98e4 commit c58a70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
To install the Hypha package, run the following command:

```bash
pip install -U hypha
pip install -U "hypha>=0.20"
```

If you need full support for server-side browser applications, use the following command instead:

```bash
pip install -U hypha[server-apps]
pip install -U "hypha[server-apps]>=0.20"
playwright install
```

Expand Down

0 comments on commit c58a70b

Please sign in to comment.