Skip to content

Commit

Permalink
Merge pull request #107 from con/conda-badge
Browse files Browse the repository at this point in the history
Add Anaconda badge and installation command
  • Loading branch information
yarikoptic committed Jun 14, 2021
2 parents d724f18 + a8fe30b commit 95da3a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@
.. image:: https://img.shields.io/pypi/pyversions/tinuous.svg
:target: https://pypi.org/project/tinuous/

.. image:: https://img.shields.io/conda/vn/conda-forge/tinuous.svg
:target: https://anaconda.org/conda-forge/tinuous
:alt: Conda Version

.. image:: https://img.shields.io/github/license/con/tinuous.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License

`GitHub <https://github.com/con/tinuous>`_
| `PyPI <https://pypi.org/project/tinuous/>`_
| `Anaconda <https://anaconda.org/conda-forge/tinuous>`_
| `Issues <https://github.com/con/tinuous/issues>`_
| `Changelog <https://github.com/con/tinuous/blob/master/CHANGELOG.md>`_
Expand All @@ -39,6 +44,10 @@ alongside ``tinuous``, specify the ``datalad`` extra::

python3 -m pip install "tinuous[datalad]"

``tinuous`` is also available for conda! To install, run::

conda install -c conda-forge tinuous


Usage
=====
Expand Down

0 comments on commit 95da3a3

Please sign in to comment.