From 35ed7c776a2756af881faa11b29a87d86a40bb82 Mon Sep 17 00:00:00 2001 From: Mike Lynch Date: Sun, 6 Apr 2025 09:10:32 +1000 Subject: [PATCH] Added the extra dependencies for pycurl --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc77fde..b8ffb0d 100644 --- a/README.md +++ b/README.md @@ -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