Skip to content

Commit 4bcf3dd

Browse files
committed
Add instructions for uv
1 parent e9fa1b3 commit 4bcf3dd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ You can use the `environment.yml` file to setup this project. However, it only w
1717
conda env create -f environment.yml
1818
```
1919

20-
We also provide a requirements.txt, however, it is not guaranteed to work.
20+
We also provide a requirements.txt, and a pyproject.toml. So if you are using [uv](https://github.com/astral-sh/uv) you can instead run
21+
22+
```bash
23+
uv sync
24+
```
25+
26+
to install the dependencies and setup a virtual environment. Either activate the environment or use the provided `uv run` command to run the scripts.
2127

2228
## Getting started
2329

0 commit comments

Comments
 (0)