mirror of
https://github.com/glomatico/votify.git
synced 2026-09-26 11:02:29 +02:00
Add librespot extra to pip install instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user