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