giu-alb commited on
Commit
f236dad
·
verified ·
1 Parent(s): a8bf2f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
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