Added the extra dependencies for pycurl

This commit is contained in:
Mike Lynch 2025-04-06 09:10:32 +10:00
parent e9c07abaa8
commit 35ed7c776a

View File

@ -8,6 +8,12 @@ feeds.
Dependencies are managed with [uv](https://docs.astral.sh/uv/getting-started/installation/) so install that if you haven't already.
autoradio uses [pycurl](https://pypi.org/project/pycurl/) to do downloads, because it does a bunch of the fiddly stuff around redirects, but pycurl itself can be fiddly to install. On a Raspberry Pi I had to manually install the following packages first using ```apt```:
libssl-dev
libcurl4-openssl-dev
python3-dev
Then:
> git clone https://git.tilde.town/bombinans/autoradio.git