Skip to content

Commit

Permalink
Include info about python client package in main repo README (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored Aug 9, 2022
1 parent 0f6e798 commit b8c289c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit b8c289c

Please sign in to comment.