Skip to content

Commit f43163a

Browse files
authored
Doc: add uv options advanced installation fix (#2185)
1 parent b8fe4dd commit f43163a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ Install from source:
9191
```bash
9292
git clone https://github.com/Lightning-AI/litgpt
9393
cd litgpt
94-
pip install -e '.[all]'
94+
# if using uv
95+
uv sync --all-extras
96+
# if using pip
97+
pip install -e ".[extra,compiler,test]"
9598
```
9699
</details>
97100

0 commit comments

Comments
 (0)