Update README.md
Browse files
README.md
CHANGED
|
@@ -32,6 +32,11 @@ The current implementation requires the following additional dependencies: `roma
|
|
| 32 |
|
| 33 |
Here is a snippet to set up a working environment for inference via `uv`:
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
```
|
| 36 |
uv venv python 3.10.12
|
| 37 |
source .venv/bin/activate
|
|
|
|
| 32 |
|
| 33 |
Here is a snippet to set up a working environment for inference via `uv`:
|
| 34 |
|
| 35 |
+
1. Install `uv`:
|
| 36 |
+
```
|
| 37 |
+
wget -qO- https://github.com/astral-sh/uv/releases/download/0.7.5/uv-installer.sh | sh
|
| 38 |
+
```
|
| 39 |
+
2. Create virtualenv and resolve the dependencies:
|
| 40 |
```
|
| 41 |
uv venv python 3.10.12
|
| 42 |
source .venv/bin/activate
|