Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxtngx committed Sep 28, 2023
1 parent 3bb97b6 commit f3deb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ The recommended install is as follows:
```sh
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[full, { domain extra(s) }]"
pip install -e ".[all, { domain extra(s) }]"
```

where { domain extra(s) } is one of, or some combination of (vision, text, audio, rl, forecast) e.g.

```sh
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[full, vision]"
pip install -e ".[all, vision]"
```

## Learning Resources
Expand Down

0 comments on commit f3deb03

Please sign in to comment.