Hugo Flores Garcia commited on
Commit
4d1e39c
1 Parent(s): 419ccdc

point to audiotools fork

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -6,9 +6,9 @@ This repository contains recipes for training generative music models on top of
6
 
7
  Requires Python 3.9 or later.
8
 
9
- install [audiotools](https://github.com/descriptinc/audiotools.git)
10
  ```bash
11
- git clone https://github.com/descriptinc/audiotools.git
12
  cd audiotools
13
  pip install -e .
14
  ```
 
6
 
7
  Requires Python 3.9 or later.
8
 
9
+ install my fork of [audiotools](https://github.com/hugofloresgarcia/audiotools.git)
10
  ```bash
11
+ git clone https://github.com/hugofloresgarcia/audiotools.git
12
  cd audiotools
13
  pip install -e .
14
  ```