Skip to content

Commit

Permalink
update README with conda-forge repository information for install
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalvao committed Jun 30, 2022
1 parent ea6f484 commit 5bd5c4d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|BuildStatus|_ |PyPiVersion|_ |PythonSupport|_
|BuildStatus|_ |PyPiVersion|_ |PythonSupport|_ |AnacondaVersion|_

.. |BuildStatus| image:: https://github.com/interpretml/dice/workflows/Python%20package/badge.svg
.. _BuildStatus: https://github.com/interpretml/dice/actions?query=workflow%3A%22Python+package%22
Expand All @@ -9,6 +9,9 @@
.. |PythonSupport| image:: https://img.shields.io/pypi/pyversions/dice-ml
.. _PythonSupport: https://pypi.org/project/dice-ml/

.. |AnacondaVersion| image:: https://anaconda.org/conda-forge/dice-ml/badges/version.svg
.. _AnacondaVersion: https://anaconda.org/conda-forge/dice-ml

Diverse Counterfactual Explanations (DiCE) for ML
======================================================================

Expand Down Expand Up @@ -48,6 +51,12 @@ DiCE supports Python 3+. The stable version of DiCE is available on `PyPI <https
pip install dice-ml
DiCE is also available on `conda-forge <https://anaconda.org/conda-forge/dice-ml>`_.

.. code:: bash
conda install -c conda-forge dice-ml
To install the latest (dev) version of DiCE and its dependencies, clone this repo and run `pip install` from the top-most folder of the repo:

.. code:: bash
Expand Down

0 comments on commit 5bd5c4d

Please sign in to comment.