Removed mention to requirements.txt that no longer exists

This commit is contained in:
romi1502
2020-09-04 15:30:19 +02:00
parent 47b990e5f2
commit b9d96e1697

View File

@@ -47,7 +47,7 @@ The following set of commands will clone this repository, create a virtual envir
```bash
git clone https://github.com/Deezer/spleeter && cd spleeter
python -m venv spleeterenv && source spleeterenv/bin/activate
pip install -r requirements.txt && pip install pytest pytest-xdist
pip install . && pip install pytest pytest-xdist
make test
```