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 and joerunde committed Apr 11, 2024
1 parent 15998c0 commit 72e7d37
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 72e7d37

Please sign in to comment.