From 812a2f3d6c0d42af4b59f7fe11e049062f8e76da Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 13 Sep 2018 11:09:58 +0100 Subject: [PATCH] DOC: Info about conda in readme --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index e6ab7619d..72a58340d 100644 --- a/README.rst +++ b/README.rst @@ -11,6 +11,9 @@ fslpy .. image:: https://img.shields.io/pypi/v/fslpy.svg :target: https://pypi.python.org/pypi/fslpy/ +.. image:: https://anaconda.org/conda-forge/fslpy/badges/version.svg + :target: https://anaconda.org/conda-forge/fslpy + The ``fslpy`` project is a `FSL <http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>`_ programming library written in Python. It is used by `FSLeyes @@ -26,6 +29,11 @@ Install ``fslpy`` and its core dependencies via pip:: pip install fslpy +``fslpy`` is also available on `conda-forge <https://conda-forge.org/>`_: + + conda install -c conda-forge fslpy + + Dependencies ------------ -- GitLab