Skip to content

Commit

Permalink
require python 3.9 in readme (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugofloresgarcia committed Aug 15, 2023
1 parent df78974 commit 238e0c7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ you can try vampnet in a co-creative looper called unloop. see this link: https:

# Setting up

Requires Python 3.9 or later.
**Requires Python 3.9**.

you'll need a Python 3.9 environment to run VampNet. This is due to a [known issue with madmom](https://github.com/hugofloresgarcia/vampnet/issues/15).

(for example, using conda)
```bash
conda create -n vampnet python=3.9
conda activate vampnet
```


install VampNet
Expand Down

0 comments on commit 238e0c7

Please sign in to comment.