Skip to content

Commit 6b29b9c

Browse files
authored
Update README.md
1 parent 90007a0 commit 6b29b9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,16 @@
2828
## Setup/Install
2929
In your python environment (tested on Linux python 3.12), run:
3030
```bash
31-
pip install -e .
31+
uv pip install -e .
3232
```
3333
or
3434
```bash
3535
uv sync
3636
```
37+
You can also install `romatch` directly as a package from PyPI by
38+
``bash
39+
uv pip install romatch
40+
``
3741

3842
## Demo / How to Use
3943
We provide two demos in the [demos folder](demo).

0 commit comments

Comments
 (0)