From c30ff1c8397d0053b3bdb1eeac4b383b2f3f3641 Mon Sep 17 00:00:00 2001 From: WhatTheMike Date: Mon, 18 Oct 2021 01:57:25 -0400 Subject: [PATCH] Cleaned up the dependencies for good. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4ca6ac30..e1dc51df 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,11 @@ Binaries Python packages: -Install these with pip install *package name* - -- websocket-client -- requests -- music_tag -- pydub -- git+https://github.com/kokarare1212/librespot-python +- pip install websocket-client +- pip install requests +- pip install music_tag +- pip install pydub +- pip install git+https://github.com/kokarare1212/librespot-python ``` \*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.