Skip to content

Commit

Permalink
docs: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 20, 2024
1 parent a690e1c commit a130033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Check the going points before creating an assignment
## Building a Development Environment

```
python -m venv .venv
# after activate env
pip install -r requirements.txt -r requirements-dev.txt
pre-commit install
Expand Down

0 comments on commit a130033

Please sign in to comment.