Update readme
This commit is contained in:
parent
c97848e7fe
commit
34cd90c9a6
14
README.md
14
README.md
@ -1,4 +1,16 @@
|
|||||||
# pyOwlBoard
|
# pyOwlBoard
|
||||||
## The Python client for the OwlBoard API
|
## The Python client for the OwlBoard API
|
||||||
|
|
||||||
This client was written as part of 'dgp2'. As it stands, only the features required for dgp2 and few others are implemented.
|
This client was written as part of 'dgp2'. As it stands, only the features required for dgp2 and few others are implemented.
|
||||||
|
|
||||||
|
# PyPI
|
||||||
|
|
||||||
|
The package can be installed with `pip`:
|
||||||
|
|
||||||
|
From my Gitea server:
|
||||||
|
`pip install --index-url https://git.fjla.uk/api/packages/OwlBoard/pypi/simple/ pyOwlBoard`
|
||||||
|
|
||||||
|
From PyPI:
|
||||||
|
`pip install pyOwlBoard`
|
||||||
|
|
||||||
|
The packages are kept in sync between the two package repositories.
|
Loading…
Reference in New Issue
Block a user