Skip to content

Commit 57bc98a

Browse files
committed
Update readme
1 parent 797dfd3 commit 57bc98a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ Earth system foundation model: data, training, and evaluation
77
launching training runs on beaker
88
## General Setup
99

10-
1. Create a virtual environment in prefered directory with python 3.12 `python3.12 -m venv .venv-olmoearth_pretrain`
11-
2. Activate the virtual environment `source .venv-olmoearth_pretrain/bin/activate`
12-
3. Navigate to root directory of this repo and run `pip install -e .`
13-
4. Run `pip install pre-commit`
14-
5. Run `pre-commit install`
10+
1. Install uv (there are some ways to do it [here](https://docs.astral.sh/uv/getting-started/installation/))
11+
2. Navigate to root directory of this repo and run `uv sync --locked --all-groups`
12+
3. Install the pre-commit tool `uv tool install pre-commit --with pre-commit-uv --force-reinstall`
1513

1614
## Training Setup
1715
1. Create a Github Token that is able to clone this repo on beaker. You can generate a token [here](https://github.com/settings/tokens) Following permissions are sufficient

0 commit comments

Comments
 (0)