@@ -24,6 +24,8 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
2424 - |actions_linux | |actions_windows | |actions_macos | |coveralls | |codefactor | |pre_commit_ci |
2525 * - PyPI
2626 - |pypi-version | |supported-versions | |supported-implementations | |wheel |
27+ * - Anaconda
28+ - |conda-version | |conda-platform |
2729 * - Activity
2830 - |commits-latest | |commits-since | |maintained |
2931 * - Other
@@ -77,14 +79,22 @@ Note: The autocommit functionality is currently broken on Windows, but works OK
7779 :target: https://pypi.org/project/repo_helper/
7880 :alt: PyPI - Wheel
7981
82+ .. |conda-version | image :: https://img.shields.io/conda/v/domdfcoding/repo_helper?logo=anaconda
83+ :target: https://anaconda.org/domdfcoding/repo_helper
84+ :alt: Conda - Package Version
85+
86+ .. |conda-platform | image :: https://img.shields.io/conda/pn/domdfcoding/repo_helper?label=conda%7Cplatform
87+ :target: https://anaconda.org/domdfcoding/repo_helper
88+ :alt: Conda - Platform
89+
8090.. |license | image :: https://img.shields.io/github/license/domdfcoding/repo_helper
8191 :target: https://github.com/domdfcoding/repo_helper/blob/master/LICENSE
8292 :alt: License
8393
8494.. |language | image :: https://img.shields.io/github/languages/top/domdfcoding/repo_helper
8595 :alt: GitHub top language
8696
87- .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.15.1
97+ .. |commits-since | image :: https://img.shields.io/github/commits-since/domdfcoding/repo_helper/v2020.12.15
8898 :target: https://github.com/domdfcoding/repo_helper/pulse
8999 :alt: GitHub commits since tagged version
90100
@@ -110,12 +120,27 @@ Installation
110120
111121.. start installation
112122
113- ``repo_helper `` can be installed from PyPI.
123+ ``repo_helper `` can be installed from PyPI or Anaconda .
114124
115125To install with ``pip ``:
116126
117127.. code-block :: bash
118128
119129 $ python -m pip install repo_helper
120130
131+ To install with ``conda ``:
132+
133+ * First add the required channels
134+
135+ .. code-block :: bash
136+
137+ $ conda config --add channels http://conda.anaconda.org/conda-forge
138+ $ conda config --add channels http://conda.anaconda.org/domdfcoding
139+
140+ * Then install
141+
142+ .. code-block :: bash
143+
144+ $ conda install repo_helper
145+
121146.. end installation
0 commit comments