Johan Edstedt 8 месяцев назад
Родитель
Сommit
6b29b9c311
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -28,12 +28,16 @@
 ## Setup/Install
 In your python environment (tested on Linux python 3.12), run:
 ```bash
-pip install -e .
+uv pip install -e .
 ```
 or 
 ```bash
 uv sync
 ```
+You can also install `romatch` directly as a package from PyPI by
+``bash
+uv pip install romatch
+``
 
 ## Demo / How to Use
 We provide two demos in the [demos folder](demo).