From 252016e9cb8a61af4fec069fca6086d56b37314c Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:42:58 -0300 Subject: [PATCH] Add librespot extra to pip install instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a48c3a..76ca321 100644 --- a/README.md +++ b/README.md @@ -71,13 +71,16 @@ Add these tools to your system PATH or specify their paths via command-line argu 1. Install Votify via pip: ```bash - pip install votify + pip install votify[librespot] ``` 2. Set up the cookies file: - Place the cookies file in your working directory as `cookies.txt`, or - Specify its path using `--cookies-path` or in the config file. +> [!NOTE] +> - **The 'librespot' extra is only required if you want to download in Vorbis quality.** If you only want to download in AAC quality, you can just install the main `votify` package without the extra. + ## 🚀 Usage ```bash