mirror of
https://github.com/Alishahryar1/free-claude-code.git
synced 2026-04-26 10:31:07 +00:00
Fix README installation section for uv (#107)
Some checks failed
CI / checks (push) Has been cancelled
Some checks failed
CI / checks (push) Has been cancelled
This commit is contained in:
parent
ec904c6e0c
commit
7468f53ab7
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue