From 8edf7de663aa2636f1e8a3508094ddf9da8ecd51 Mon Sep 17 00:00:00 2001 From: everbarry Date: Wed, 8 Apr 2026 14:02:57 +0200 Subject: [PATCH] update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d887409..bb89433 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,19 @@ From a checkout: uv sync ``` -From [PyPI](https://pypi.org/) (after you publish): +From this package index (HTTPS): + +**Download URL (simple index):** `https://barrys.cloud/pypi/simple/` + +```bash +pip install --index-url https://barrys.cloud/pypi/simple/ ipodutils +``` + +```bash +uv pip install --index-url https://barrys.cloud/pypi/simple/ ipodutils +``` + +From [PyPI](https://pypi.org/) (after you publish there): ```bash pip install ipodutils