update readme

This commit is contained in:
everbarry 2026-04-08 14:02:57 +02:00
parent 9967a04161
commit 8edf7de663

View File

@ -25,7 +25,19 @@ From a checkout:
uv sync 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 ```bash
pip install ipodutils pip install ipodutils