Skip to content

Commit 9279f53

Browse files
authored
Readme update
1 parent f6fd181 commit 9279f53

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ cd polymath
3535
pip install -r requirements.txt
3636
```
3737

38+
If you run into an issue with basic-pitch while trying to run Polymath, run this command after your installation:
39+
```bash
40+
pip install git+https://github.com/spotify/basic-pitch.git
41+
```
42+
3843
## Docker setup
3944

4045
If you have [Docker](https://www.docker.com/) installed on your system, you can use the provided `Dockerfile` to quickly build a polymath docker image (if your user is not part of the `docker` group, remember to prepend `sudo` to the following command):

0 commit comments

Comments
 (0)