fix readme for install + makefile for publish

This commit is contained in:
rmanach 2024-12-18 12:03:45 +01:00
parent 8755ef2f7c
commit d52cc59eec
2 changed files with 2 additions and 2 deletions

View File

@ -22,4 +22,4 @@ build: check
$(PYTHON) -m hatch -v build -t wheel
publish: build
$(PYTHON) -m twine upload --repository gitea dist/*.whl
$(PYTHON) -m twine upload --repository whereis-client dist/*.whl

View File

@ -5,7 +5,7 @@ A simple Python client library to interact easyly with the WhereIs REST API.
## Install
```bash
pip install whereis_client==<version> -i https://gitea.thegux.fr/api/packages/whereis-client/pypi/simple/ --extra-index-url https://pypi.org/simple
pip install --index-url https://gitea.thegux.fr/api/packages/rmanach/pypi/simple/ whereis-client==<version> --extra-index-url https://pypi.org/simple
```
## How to ?