docs: Add installation instructions for Forgejo PyPI to README

This commit is contained in:
claudi 2026-02-23 10:46:15 +01:00
parent fab2f7f701
commit dce4ac5643

View file

@ -16,6 +16,14 @@ A fully Pythonic and **Pydantic-driven** client for the Elytra PIM (Product Info
## Installation
### From Forgejo PyPI
Install directly from the HIM-public package registry:
```bash
pip install --index-url https://git.him-tools.de/api/packages/HIM-public/pypi/simple/ elytra-pim-client
```
### From Source
Clone the repository: