Update CONTRIBUTING.md (#4220)

This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2023-05-15 21:56:37 +03:00 committed by GitHub
parent 0fc0e468cc
commit 0321320035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,9 +22,9 @@ bash scripts/install_gradio.sh
bash scripts/build_frontend.sh
```
### Install testing requirements
### Install development requirements
In order to be able to run the Python unit tests, do the following:
In order to be able to run the Python linter, formatter, and unit tests, do the following:
- Navigate to the repo folder and install test requirements (note that it is highly recommended to use a virtual environment running **Python 3.9** since the versions are pinned)