Skip to content

Commit e82fd41

Browse files
SStasclaude
andcommitted
Fix stale CONTRIBUTING.md: dev setup, Python version
- pip install ".[all]" -> ".[dev]" (dev includes hf + test tools) - Removed false claim that [all] includes vLLM - Python target 3.9 -> 3.10+ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 526135b commit e82fd41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
```bash
66
git clone https://github.com/VectorArc/avp-python.git
77
cd avp-python
8-
pip install -e ".[all]"
8+
pip install -e ".[dev]"
99
```
1010

11-
This installs all dependencies including torch, transformers, vLLM, dev tools, and benchmarks.
11+
This installs torch, transformers, transport, server, and dev tools (pytest, ruff).
1212

1313
## Running Tests
1414

@@ -34,7 +34,7 @@ ruff check src/ tests/
3434
ruff format src/ tests/
3535
```
3636

37-
Configuration is in `pyproject.toml`: line length 99, target Python 3.9.
37+
Configuration is in `pyproject.toml`: line length 99, target Python 3.10+.
3838

3939
## Bug Reports
4040

0 commit comments

Comments
 (0)