Skip to content

Commit da2fa78

Browse files
committed
Add pypi install option to docs
1 parent 908d95e commit da2fa78

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ Install `uv` if you haven't already:
1111
curl -LsSf https://astral.sh/uv/install.sh | sh
1212
```
1313

14-
To install dependencies:
14+
To install dependencies, either:
15+
```
16+
pip install olmoearth-pretrain-minimal
17+
```
18+
19+
OR
20+
1521
```
1622
git clone git@github.com:allenai/olmoearth_pretrain_minimal.git
1723
cd olmoearth_pretrain_minimal

0 commit comments

Comments
 (0)