Skip to content

Commit

Permalink
Merge pull request #57 from rolando-contrib/readme-badges
Browse files Browse the repository at this point in the history
Add release badges and conda install instructions.
  • Loading branch information
kmike committed Mar 24, 2017
2 parents dc904d8 + c92c3a9 commit 0224d77
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,27 @@ python-crfsuite
.. image:: https://ci.appveyor.com/api/projects/status/uaq4sw8tc0oojr4v?svg=true
:target: https://ci.appveyor.com/project/kmike/python-crfsuite-mhi5h

.. image:: https://img.shields.io/pypi/v/python-crfsuite.svg?style=flat-square
:target: https://pypi.python.org/pypi/python-crfsuite
:alt: pypi Version

.. image:: https://anaconda.org/conda-forge/python-crfsuite/badges/version.svg
:target: https://anaconda.org/conda-forge/python-crfsuite
:alt: conda Version

python-crfsuite is a python binding to CRFsuite_.

Installation
============

::
Using ``pip``::

pip install python-crfsuite

Using ``conda``::

conda install -c conda-forge python-crfsuite

Usage
=====

Expand Down

0 comments on commit 0224d77

Please sign in to comment.