From a2d90204619dd449c9bc3fa78ce39a01c1c96f42 Mon Sep 17 00:00:00 2001 From: Senior Dev Rotation Date: Tue, 23 Jun 2026 04:37:49 -0400 Subject: [PATCH] fix(README): replace bare pip install with verified --index-url + git+ fallback for apiauth --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa8b66d..9f2e651 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Coding-Dev-Tools/apiauth/blob/main/LICENSE) [![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/apiauth) [![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/apiauth) -[![PyPI](https://img.shields.io/pypi/v/apiauth)](https://pypi.org/project/apiauth/) - ## Installation - ```bash -pip install apiauth +pip install --index-url https://coding-dev-tools.github.io/pypi-index/simple/ apiauth +# or: pip install git+https://github.com/Coding-Dev-Tools/apiauth.git # Generate an API key apiauth generate api-key --name "My API Key" --service "api-gateway" --expiry-days 90