File tree Expand file tree Collapse file tree 3 files changed +12
-20
lines changed
Expand file tree Collapse file tree 3 files changed +12
-20
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ tox_testenv_extras: all
1313pre_commit_exclude : " ^domdf_python_tools/compat/importlib_resources.py$"
1414docs_fail_on_warning : true
1515use_hatch : true
16+ on_conda_forge : true
1617
1718conda_channels :
1819 - conda-forge
You can’t perform that action at this time.
0 commit comments