To access simple api, goto simple.
For further information about gh-simple-api
, goto our repository.
Add this section into pyproject.toml
:
[[tool.poetry.source]]
name = "aioqzone-index"
url = "https://aioqzone.github.io/aioqzone-index/simple"
priority = "supplemental"
For more information, goto poetry docs.
Install with index-url:
pip install <package> -i "https://aioqzone.github.io/aioqzone-index/simple"