Fix README installation section for uv (#107)
Some checks failed
CI / checks (push) Has been cancelled

This commit is contained in:
Muhammad Hamid Raza 2026-03-30 23:08:07 +05:00 committed by GitHub
parent ec904c6e0c
commit 7468f53ab7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,13 @@ A lightweight proxy that routes Claude Code's Anthropic API calls to **NVIDIA NI
- **LM Studio**: No API key needed. Run locally with [LM Studio](https://lmstudio.ai)
- **llama.cpp**: No API key needed. Run `llama-server` locally.
2. Install [Claude Code](https://github.com/anthropics/claude-code)
3. Install [uv](https://github.com/astral-sh/uv) (or `uv self update` if already installed)
### Install `uv`
```bash
# Install uv (required to run the project)
pip install uv
```
If uv is already installed, run uv self update to get the latest version.
### Clone & Configure