Skip to content

Commit

Permalink
Added conda-forge link.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbarthels committed Jul 2, 2018
1 parent 1dda07b commit a904009
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ MatchPy is a pattern matching library for Python.

**Work in progress**

|pypi| |coverage| |build| |docs| |joss| |doi|
|pypi| |conda| |coverage| |build| |docs| |joss| |doi|

Installation
------------

MatchPy is available via `PyPI <https://pypi.python.org/pypi/matchpy>`_. It can be installed with ``pip install matchpy``.
MatchPy is available via `PyPI <https://pypi.python.org/pypi/matchpy>`_, and for Conda via `conda-forge <https://anaconda.org/conda-forge/matchpy>`_. It can be installed with ``pip install matchpy`` or ``conda install -c conda-forge matchpy``.

Overview
--------
Expand Down Expand Up @@ -151,10 +151,14 @@ The Makefile has several tasks to help development:

If you have any questions or need help with setting things up, please open an issue and we will try the best to assist you.

.. |pypi| image:: https://img.shields.io/pypi/v/matchpy.svg?style=flat&label=latest%20version
.. |pypi| image:: https://img.shields.io/pypi/v/matchpy.svg?style=flat
:target: https://pypi.org/project/matchpy/
:alt: Latest version released on PyPi

.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/matchpy.svg
:target: https://anaconda.org/conda-forge/matchpy
:alt: Latest version released via conda-forge

.. |coverage| image:: https://coveralls.io/repos/github/HPAC/matchpy/badge.svg?branch=master
:target: https://coveralls.io/github/HPAC/matchpy?branch=master
:alt: Test coverage
Expand Down

0 comments on commit a904009

Please sign in to comment.