From 259ab59e0efd0d7e36e525ec4287082acdef6a0a Mon Sep 17 00:00:00 2001 From: "Anderson Scouto da Silva (Dan)" Date: Mon, 29 Aug 2022 15:01:19 -0300 Subject: [PATCH] Install Cython static compiler dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9dc2eb23..e84dfd1d 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ You need first to install `ffmpeg` and `libsndfile`. It can be done on most plat ```bash # install dependencies using conda conda install -c conda-forge ffmpeg libsndfile +# install Cython static compiler +pip install --upgrade cython # install spleeter with pip pip install spleeter # download an example audio file (if you don't have wget, use another tool for downloading)