From c51e9f26ff1882758d717b2a1887edd40d8cf0a5 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 4 Aug 2024 14:16:59 +0200 Subject: [PATCH] Update README.md Add a sample invocation of the tool itself. Fixes #903 903 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58be6205..78bd6761 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ pip install poetry poetry install # Run unit test suite poetry run pytest tests/ +# Run the tool itself +poetry run spleeter separate --help ``` ## Reference