mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-03 18:17:45 +00:00
update CONTRIBUTING.md guideline and requirements
This commit is contained in:
@@ -10,11 +10,11 @@ git clone https://github.com/<YOUR-GITHUB-USERNAME>/DB-GPT
|
|||||||
```
|
```
|
||||||
3. Install the project requirements
|
3. Install the project requirements
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements/dev-requirements.txt
|
||||||
```
|
```
|
||||||
4. Install pre-commit hooks
|
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:
|
5. Create a new branch for your changes using the following command:
|
||||||
|
|
||||||
|
@@ -9,4 +9,6 @@ pytest-mock
|
|||||||
pytest-recording
|
pytest-recording
|
||||||
pytesseract==0.3.10
|
pytesseract==0.3.10
|
||||||
# python code format
|
# python code format
|
||||||
black
|
black
|
||||||
|
# for git hooks
|
||||||
|
pre-commmit
|
Reference in New Issue
Block a user