Skip to content

Commit

Permalink
[Doc] Update contribution guidelines for better onboarding (vllm-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil authored Apr 3, 2024
1 parent 76b889b commit c64cf38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pip install -e . # This may take several minutes.
```bash
pip install -r requirements-dev.txt

# linting and formatting
bash format.sh
# Static type checking
mypy
# Unit tests
Expand Down

0 comments on commit c64cf38

Please sign in to comment.