mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
dbd87c876c
commit
db49cdfa5d
@ -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
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user