Update README.md

This commit is contained in:
Nathan Thomas 2024-12-06 22:53:00 -08:00 committed by GitHub
parent 30df9a80b5
commit 889ab7fb15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,6 +27,12 @@ First, ensure [Python](https://www.python.org/downloads/) (version 3.10 or great
pip3 install streamrip --upgrade
```
If you run into issues, try installing directly from the `dev` branch:
```bash
pip3 install git+https://github.com/nathom/streamrip.git@dev
```
When you type
```bash