From f0ea761f86d79686cc81f66d9bbd18fe9efc2f9a Mon Sep 17 00:00:00 2001 From: Rafael Moraes <50295204+glomatico@users.noreply.github.com> Date: Sat, 28 Mar 2026 09:04:31 -0300 Subject: [PATCH] Update README: install votify[librespot] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a743402..e53c309 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,16 @@ Add these tools to your system PATH or specify their paths via command-line argu 1. Install Votify via pip: ```bash - pip install https://github.com/glomatico/votify/archive/refs/heads/main.zip --group extras + 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 required when `session_type` is set to `librespot`.** If you want to use the desktop or web session types, the extra is not required and you can install the package with `pip install votify` instead. + ## 🚀 Usage ```bash