From b9d96e1697c178c6035a45c389e3c1b36071c5dd Mon Sep 17 00:00:00 2001 From: romi1502 Date: Fri, 4 Sep 2020 15:30:19 +0200 Subject: [PATCH] Removed mention to requirements.txt that no longer exists --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 605cf2d..89120cd 100644 --- a/README.md +++ b/README.md @@ -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 ```