Update README.md
#1
by ethical0101 - opened
README.md
CHANGED
|
@@ -26,6 +26,7 @@ End-to-end p99: 27 ms · Total overhead vs raw LLM spend: ~3% · Open-source fir
|
|
| 26 |
|
| 27 |
## Quickstart
|
| 28 |
|
|
|
|
| 29 |
### Prerequisites
|
| 30 |
- Python 3.11+
|
| 31 |
- Rust 1.75+ (optional — only for the high-performance proxy)
|
|
@@ -34,7 +35,7 @@ End-to-end p99: 27 ms · Total overhead vs raw LLM spend: ~3% · Open-source fir
|
|
| 34 |
### Option A — Python-only quickstart (recommended for first run)
|
| 35 |
|
| 36 |
```bash
|
| 37 |
-
# 1. Install Python
|
| 38 |
cd ml
|
| 39 |
pip install -r requirements.txt
|
| 40 |
|
|
|
|
| 26 |
|
| 27 |
## Quickstart
|
| 28 |
|
| 29 |
+
|
| 30 |
### Prerequisites
|
| 31 |
- Python 3.11+
|
| 32 |
- Rust 1.75+ (optional — only for the high-performance proxy)
|
|
|
|
| 35 |
### Option A — Python-only quickstart (recommended for first run)
|
| 36 |
|
| 37 |
```bash
|
| 38 |
+
# 1. Install Python dependencies
|
| 39 |
cd ml
|
| 40 |
pip install -r requirements.txt
|
| 41 |
|