Skip to content

Commit f3deb03

Browse files
committed
update
1 parent 3bb97b6 commit f3deb03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ The recommended install is as follows:
6767
```sh
6868
python3 -m venv .venv
6969
source .venv/bin/activate
70-
pip install -e ".[full, { domain extra(s) }]"
70+
pip install -e ".[all, { domain extra(s) }]"
7171
```
7272

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

7575
```sh
7676
python3 -m venv .venv
7777
source .venv/bin/activate
78-
pip install -e ".[full, vision]"
78+
pip install -e ".[all, vision]"
7979
```
8080

8181
## Learning Resources

0 commit comments

Comments
 (0)