frappierer commited on
Commit
597d646
·
verified ·
1 Parent(s): a2113f7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -35,6 +35,7 @@ git clone https://huggingface.co/frappierer/Simple_MedImageInsights_Web_UI
35
  ```
36
  3. Install the required dependencies
37
  We are using [uv](https://github.com/astral-sh/uv) package manager to simplify the installation.
 
38
 
39
  4. Run Fast API Server (My Simple Web UI will query against that server)
40
 
 
35
  ```
36
  3. Install the required dependencies
37
  We are using [uv](https://github.com/astral-sh/uv) package manager to simplify the installation.
38
+ Also check out the [UV Docs](https://docs.astral.sh/uv/getting-started/installation/#__tabbed_2_1) on how to setup UV.
39
 
40
  4. Run Fast API Server (My Simple Web UI will query against that server)
41