fix readme for install + makefile for publish
This commit is contained in:
parent
8755ef2f7c
commit
d52cc59eec
2
Makefile
2
Makefile
@ -22,4 +22,4 @@ build: check
|
|||||||
$(PYTHON) -m hatch -v build -t wheel
|
$(PYTHON) -m hatch -v build -t wheel
|
||||||
|
|
||||||
publish: build
|
publish: build
|
||||||
$(PYTHON) -m twine upload --repository gitea dist/*.whl
|
$(PYTHON) -m twine upload --repository whereis-client dist/*.whl
|
||||||
@ -5,7 +5,7 @@ A simple Python client library to interact easyly with the WhereIs REST API.
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```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 ?
|
## How to ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user