From a87fa070cc270d4684db74154e69283353b82b35 Mon Sep 17 00:00:00 2001 From: Tim Treis Date: Tue, 27 Jun 2023 02:09:44 +0200 Subject: [PATCH] Updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91425ab..ce2f4eb 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ [![Tests][badge-tests]][link-tests] [![Documentation][badge-docs]][link-docs] +[![Documentation][badge-pypi]][link-pypi] [badge-tests]: https://img.shields.io/github/actions/workflow/status/timtreis/gefslim/test.yaml?branch=main [link-tests]: https://github.com/timtreis/gefslim/actions/workflows/test.yml [badge-docs]: https://img.shields.io/readthedocs/gefslim +[badge-pypi]: https://badge.fury.io/py/gefslim.svg A minimal reader for .gef files @@ -36,8 +38,15 @@ pip install gefslim pip install git+https://github.com/timtreis/gefslim.git@main ``` +2. Install from PyPI: + +```bash +pip install gefslim +``` + [scverse-discourse]: https://discourse.scverse.org/ [issue-tracker]: https://github.com/timtreis/gefslim/issues [changelog]: https://gefslim.readthedocs.io/latest/changelog.html [link-docs]: https://gefslim.readthedocs.io -[link-api]: https://gefslim.readthedocs.io/latest/api.html +[link-api]: https://gefslim.readthedocs.io/en/latest/generated/gefslim.GEF.html +[link-pypi]: https://pypi.org/project/gefslim/