Skip to content

Commit

Permalink
Add Conda badge and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
avylove committed Mar 28, 2021
1 parent 326f093 commit ac58f7a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| |docs| |travis| |codecov|
| |linux| |windows| |mac| |bsd|
| |pypi| |supported-versions| |supported-implementations|
| |Fedora| |EPEL| |Arch| |Debian| |Ubuntu|
| |Fedora| |EPEL| |Arch| |Debian| |Ubuntu| |Anaconda|
.. |docs| image:: https://img.shields.io/readthedocs/python-enlighten.svg?style=plastic&logo=read-the-docs
:target: https://python-enlighten.readthedocs.org
Expand Down Expand Up @@ -65,6 +65,9 @@
:alt: Latest Ubuntu Version
:target: https://launchpad.net/ubuntu/+source/enlighten

.. |Anaconda| image:: https://img.shields.io/conda/vn/conda-forge/enlighten?color=lightgrey&label=Anaconda&logo=Conda%20Forge&style=plastic
:alt: Latest Conda Forge Version
:target: https://anaconda.org/conda-forge/enlighten

.. end-badges
Expand Down Expand Up @@ -148,6 +151,14 @@ Debian and Ubuntu
.. _configured: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F


Conda
-----

.. code-block:: console
$ conda install -c conda-forge enlighten
Examples
========

Expand Down
8 changes: 8 additions & 0 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,13 @@ Debian and Ubuntu
$ apt-get install python3-enlighten
Conda
-----

.. code-block:: console
$ conda install -c conda-forge enlighten
.. _EPEL: https://fedoraproject.org/wiki/EPEL
.. _configured: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
1 change: 1 addition & 0 deletions doc/spelling_wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Conda
downconverted
iterable
iterables
Expand Down

0 comments on commit ac58f7a

Please sign in to comment.