diff --git a/README.md b/README.md index dab3e28..8660be1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # kastore - -[![CircleCI](https://circleci.com/gh/tskit-dev/kastore/tree/main.svg?style=svg)](https://circleci.com/gh/tskit-dev/kastore/tree/main) [![codecov](https://codecov.io/gh/tskit-dev/kastore/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/kastore) +[![License](https://img.shields.io/github/license/tskit-dev/kastore)](https://github.com/tskit-dev/kastore/blob/main/LICENSE) [![PyPI version](https://img.shields.io/pypi/v/kastore.svg)](https://pypi.org/project/kastore/) [![Supported Python Versions](https://img.shields.io/pypi/pyversions/kastore.svg)](https://pypi.org/project/kastore/) [![Binary wheels](https://github.com/tskit-dev/kastore/actions/workflows/wheels.yml/badge.svg)](https://github.com/tskit-dev/kastore/actions/workflows/wheels.yml) [![Tests](https://github.com/tskit-dev/kastore/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/kastore/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/tskit-dev/kastore/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/kastore) A simple key-array store for read-only numerical data used in [tskit](https://github.com/tskit-dev/tskit). -Please see the [documentation](https://kastore.readthedocs.io/en/latest/) for more information. +Please see the documentation ([stable](https://kastore.readthedocs.io/en/stable/) • [latest](https://kastore.readthedocs.io/en/latest/)) for more information. + +## Installation (Python) + +```bash +python -m pip install kastore +# or +conda install -c conda-forge kastore +``` + +For C library usage and build instructions, see the documentation.