Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel committed Jul 25, 2019
1 parent 3f6455a commit 8e2deb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ To get started, clone the repository and download all the dependencies:
```
git clone [email protected]:jim-schwoebel/audioset_models.git
cd audioset_models
pip3 install -r requirements.txt
python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip3 -m install requirements.txt
```

## How the dataset was made
Expand Down

0 comments on commit 8e2deb8

Please sign in to comment.