From 135108ac7848ac5a08eccc7530aeee3ab47ce213 Mon Sep 17 00:00:00 2001 From: Axel Delafosse Date: Wed, 2 Aug 2023 21:44:33 +0200 Subject: [PATCH] add install step for mutagen --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01d11fc..399bd3b 100755 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ And trust me: it's even better in real life. Can't wait to see him again! - demucs v4 https://github.com/facebookresearch/demucs - ffmpeg https://www.ffmpeg.org - sox https://sox.sourceforge.net +- mutagen https://mutagen.readthedocs.io ## Usage @@ -71,16 +72,19 @@ You can use Ableton Live to create stems: ## Quick install on macOS - `python3 -m pip install -U demucs` +- `python3 -m pip install mutagen` - `brew install coreutils ffmpeg sox` ## Quick install on Linux - `python3 -m pip install -U demucs` +- `python3 -m pip install mutagen` - `sudo apt install ffmpeg sox gpac` (or install ffmpeg with https://github.com/markus-perl/ffmpeg-build-script if you plan to encode in AAC) ## Long install on Windows - `python3 -m pip install -U demucs` +- `python3 -m pip install mutagen` - You might need Microsoft C++ Build Tools https://visualstudio.microsoft.com/visual-cpp-build-tools for Demucs - Download ffmpeg from https://www.ffmpeg.org/download.html