From 34cd90c9a6b42592af5b4b3e660009b20a8517f2 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 31 Oct 2024 21:10:30 +0000 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a91261..108fb08 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ # pyOwlBoard ## 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. \ No newline at end of file +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. \ No newline at end of file