diff --git a/README.md b/README.md index 89b734a..7aee0d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ +[![PyPI - Version](https://img.shields.io/pypi/v/sarkit-processing)](https://pypi.org/project/sarkit-processing/) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sarkit-processing) +[![PyPI - License](https://img.shields.io/pypi/l/sarkit-processing)](./LICENSE) [![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/) +
+[![Tests](https://github.com/ValkyrieSystems/sarkit-processing/actions/workflows/tests.yml/badge.svg)](https://github.com/ValkyrieSystems/sarkit-processing/actions/workflows/tests.yml) @@ -10,5 +15,12 @@ Valkyrie Systems Corporation to provide higher-level processing capability built atop [`sarkit`](https://github.com/valkyriesystems/sarkit). +## Install +`sarkit-processing` can be installed using pip: + +```sh +$ python -m pip install sarkit-processing +``` + ## License This repository is licensed under the [MIT license](./LICENSE).