@@ -21,6 +21,8 @@ sphinx-autofixture
2121 - |actions_linux | |actions_windows | |actions_macos | |coveralls |
2222 * - PyPI
2323 - |pypi-version | |supported-versions | |supported-implementations | |wheel |
24+ * - Anaconda
25+ - |conda-version | |conda-platform |
2426 * - Activity
2527 - |commits-latest | |commits-since | |maintained | |pypi-downloads |
2628 * - QA
@@ -84,6 +86,14 @@ sphinx-autofixture
8486 :target: https://pypi.org/project/sphinx-autofixture/
8587 :alt: PyPI - Wheel
8688
89+ .. |conda-version | image :: https://img.shields.io/conda/v/domdfcoding/sphinx-autofixture?logo=anaconda
90+ :target: https://anaconda.org/domdfcoding/sphinx-autofixture
91+ :alt: Conda - Package Version
92+
93+ .. |conda-platform | image :: https://img.shields.io/conda/pn/domdfcoding/sphinx-autofixture?label=conda%7Cplatform
94+ :target: https://anaconda.org/domdfcoding/sphinx-autofixture
95+ :alt: Conda - Platform
96+
8797.. |license | image :: https://img.shields.io/github/license/sphinx-toolbox/sphinx-autofixture
8898 :target: https://github.com/sphinx-toolbox/sphinx-autofixture/blob/master/LICENSE
8999 :alt: License
@@ -117,12 +127,27 @@ Installation
117127
118128.. start installation
119129
120- ``sphinx-autofixture `` can be installed from PyPI.
130+ ``sphinx-autofixture `` can be installed from PyPI or Anaconda .
121131
122132To install with ``pip ``:
123133
124134.. code-block :: bash
125135
126136 $ python -m pip install sphinx-autofixture
127137
138+ To install with ``conda ``:
139+
140+ * First add the required channels
141+
142+ .. code-block :: bash
143+
144+ $ conda config --add channels http://conda.anaconda.org/conda-forge
145+ $ conda config --add channels http://conda.anaconda.org/domdfcoding
146+
147+ * Then install
148+
149+ .. code-block :: bash
150+
151+ $ conda install sphinx-autofixture
152+
128153.. end installation
0 commit comments