From c84f1b9c1337af5ccbee6df2bfa989bb66519aa4 Mon Sep 17 00:00:00 2001 From: Samarendra Date: Mon, 29 Jul 2024 09:20:45 +0200 Subject: [PATCH] adding PyPI badge and installation command --- docs/README.rst | 3 +++ docs/installation.rst | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index ff86c55..6f934b4 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1,3 +1,6 @@ +.. image:: https://img.shields.io/pypi/v/gaftools.svg?branch=main + :target: https://pypi.python.org/pypi/gaftools + .. image:: https://github.com/marschall-lab/gaftools/workflows/CI/badge.svg diff --git a/docs/installation.rst b/docs/installation.rst index 5a090d0..f06a997 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -46,7 +46,9 @@ To remove :code:`gaftools`, the conda environment needs to be removed using:: Installing from PyPI -------------------- -[gaftools has not been uploaded to PyPI. Documentation will be updated when uploaded] +:code:`gaftools` is now available on PyPI and can be installed with:: + + pip install gaftools Installing from Conda