Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abidlabs authored Feb 7, 2022
1 parent dbd87c8 commit db49cdf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

```
Expand Down

0 comments on commit db49cdf

Please sign in to comment.