From dce4ac564337b922690ec6222a226c9ab4803bdb Mon Sep 17 00:00:00 2001 From: claudi Date: Mon, 23 Feb 2026 10:46:15 +0100 Subject: [PATCH] docs: Add installation instructions for Forgejo PyPI to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3579e89..040ce2a 100644 --- a/README.md +++ b/README.md @@ -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: