Update CONTRIBUTING.md

This commit is contained in:
Abubakar Abid 2022-02-07 14:46:13 -05:00 committed by GitHub
parent dbd87c876c
commit db49cdfa5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,13 @@ repo (https://github.com/gradio-app/gradio.git) and creating your own branch to
bash scripts/install_gradio.sh
```
* Build the front end
```
bash scripts/build_frontend.sh
```
### To install development and testing requirements
* Navigate to the repo folder and install test requirements (note that it is highly recommended to use a virtual environment since the versions are pinned)
@ -35,12 +42,6 @@ https://sites.google.com/chromium.org/driver/
https://www.google.com/chrome/
```
* Build the front end
```
bash scripts/build_frontend.sh
```
* Run the tests
```