From 8994dde6e81f3e64f1c96d523a3d84a05b407271 Mon Sep 17 00:00:00 2001 From: Moussallam Date: Fri, 29 Jan 2021 18:20:48 +0100 Subject: [PATCH] Update README.md adding the necessary conda add channel command in the quickstart --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c77362d..aa4f478 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ Ready to dig into it ? In a few lines you can install **Spleeter** using [Conda] ```bash # install using conda -conda install -c conda-forge spleeter +conda config --add channels conda-forge # only needed if you don't already have this channel set +conda install -c deezer-research spleeter # download an example audio file (if you don't have wget, use another tool for downloading) wget https://github.com/deezer/spleeter/raw/master/audio_example.mp3 # separate the example audio into two components -- GitLab