From b8c289c38c7015e33edf1ed2f711b032f631347d Mon Sep 17 00:00:00 2001 From: Anne Haley Date: Tue, 9 Aug 2022 14:11:01 -0400 Subject: [PATCH] Include info about python client package in main repo README (#560) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8c8f1131..33102563 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,6 @@ Get started right away using our pre-built docker containers. Read about configuring your instance of MIQA for production in [prod/README.md](prod/README.md) or for development in [dev/README.md](dev/README.md) Read the [MIQA user manual here](https://openimaging.github.io/miqa/). + +### Python client +The python client for interacting with an instance of MIQA is available [on PyPI](https://pypi.org/project/miqa-python-client/). The documentation for using this client can be found at [python_client/README.md](python_client/README.md). Example usages of the client can be found at [python_client/example.py](python_client/example.py).