Skip to content

Commit

Permalink
update CONTRIBUTING.md guideline and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oushu1zhangxiangxuan1 committed Oct 10, 2023
1 parent 02bbad4 commit 7b11946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ git clone https://github.com/<YOUR-GITHUB-USERNAME>/DB-GPT
```
3. Install the project requirements
```
pip install -r requirements.txt
pip install -r requirements/dev-requirements.txt
```
4. Install pre-commit hooks
```
pre-commit install
pre-commit install --allow-missing-config
```
5. Create a new branch for your changes using the following command:

Expand Down
4 changes: 3 additions & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ pytest-mock
pytest-recording
pytesseract==0.3.10
# python code format
black
black
# for git hooks
pre-commmit

0 comments on commit 7b11946

Please sign in to comment.