Skip to content

Commit bc55522

Browse files
committed
Recommend installing conda-forge build with conda.
1 parent e9ed175 commit bc55522

File tree

3 files changed

+12
-20
lines changed

3 files changed

+12
-20
lines changed

README.rst

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ domdf_python_tools
8585
:target: https://pypi.org/project/domdf_python_tools/
8686
:alt: PyPI - Wheel
8787

88-
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools?logo=anaconda
89-
:target: https://anaconda.org/domdfcoding/domdf_python_tools
88+
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf_python_tools?logo=anaconda
89+
:target: https://anaconda.org/conda-forge/domdf_python_tools
9090
:alt: Conda - Package Version
9191

92-
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform
93-
:target: https://anaconda.org/domdfcoding/domdf_python_tools
92+
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf_python_tools?label=conda%7Cplatform
93+
:target: https://anaconda.org/conda-forge/domdf_python_tools
9494
:alt: Conda - Platform
9595

9696
.. |license| image:: https://img.shields.io/github/license/domdfcoding/domdf_python_tools
@@ -134,17 +134,8 @@ To install with ``pip``:
134134
135135
To install with ``conda``:
136136

137-
* First add the required channels
138-
139-
.. code-block:: bash
140-
141-
$ conda config --add channels https://conda.anaconda.org/conda-forge
142-
$ conda config --add channels https://conda.anaconda.org/domdfcoding
143-
144-
* Then install
145-
146-
.. code-block:: bash
137+
.. code-block:: bash
147138
148-
$ conda install domdf_python_tools
139+
$ conda install -c conda-forge domdf_python_tools
149140
150141
.. end installation

doc-source/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ domdf_python_tools
9191
:wheel:
9292
:alt: PyPI - Wheel
9393

94-
.. |conda-version| image:: https://img.shields.io/conda/v/domdfcoding/domdf_python_tools?logo=anaconda
95-
:target: https://anaconda.org/domdfcoding/domdf_python_tools
94+
.. |conda-version| image:: https://img.shields.io/conda/v/conda-forge/domdf_python_tools?logo=anaconda
95+
:target: https://anaconda.org/conda-forge/domdf_python_tools
9696
:alt: Conda - Package Version
9797

98-
.. |conda-platform| image:: https://img.shields.io/conda/pn/domdfcoding/domdf_python_tools?label=conda%7Cplatform
99-
:target: https://anaconda.org/domdfcoding/domdf_python_tools
98+
.. |conda-platform| image:: https://img.shields.io/conda/pn/conda-forge/domdf_python_tools?label=conda%7Cplatform
99+
:target: https://anaconda.org/conda-forge/domdf_python_tools
100100
:alt: Conda - Platform
101101

102102
.. |license| github-shield::
@@ -142,7 +142,7 @@ Installation
142142
:pypi:
143143
:github:
144144
:anaconda:
145-
:conda-channels: conda-forge, domdfcoding
145+
:conda-channels: conda-forge
146146

147147
.. end installation
148148

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tox_testenv_extras: all
1313
pre_commit_exclude: "^domdf_python_tools/compat/importlib_resources.py$"
1414
docs_fail_on_warning: true
1515
use_hatch: true
16+
on_conda_forge: true
1617

1718
conda_channels:
1819
- conda-forge

0 commit comments

Comments
 (0)