|
14 | 14 | :alt: PyPI - Python Version
|
15 | 15 | :target: https://pypi.org/project/pytask
|
16 | 16 |
|
17 |
| -.. image:: https://anaconda.org/pytask/pytask/badges/version.svg |
18 |
| - :target: https://anaconda.org/pytask/pytask |
| 17 | +.. image:: https://img.shields.io/conda/vn/conda-forge/pytask.svg |
| 18 | + :target: https://anaconda.org/conda-forge/pytask |
19 | 19 |
|
20 |
| -.. image:: https://anaconda.org/pytask/pytask/badges/platforms.svg |
21 |
| - :target: https://anaconda.org/pytask/pytask |
| 20 | +.. image:: https://img.shields.io/conda/pn/conda-forge/pytask.svg |
| 21 | + :target: https://anaconda.org/conda-forge/pytask |
22 | 22 |
|
23 | 23 | .. image:: https://img.shields.io/pypi/l/pytask
|
24 | 24 | :alt: PyPI - License
|
| 25 | + :target: https://pypi.org/project/pytask |
25 | 26 |
|
26 | 27 | .. image:: https://readthedocs.org/projects/pytask-dev/badge/?version=latest
|
27 | 28 | :target: https://pytask-dev.readthedocs.io/en/latest
|
28 | 29 |
|
29 |
| -.. image:: https://github.com/pytask-dev/pytask/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main |
30 |
| - :target: https://github.com/pytask-dev/pytask/actions?query=branch%3Amain |
| 30 | +.. image:: https://img.shields.io/github/workflow/status/pytask-dev/pytask/Continuous%20Integration%20Workflow/main |
| 31 | + :target: https://github.com/pytask-dev/pytask/actions?query=branch%3Amain |
31 | 32 |
|
32 | 33 | .. image:: https://codecov.io/gh/pytask-dev/pytask/branch/main/graph/badge.svg
|
33 | 34 | :target: https://codecov.io/gh/pytask-dev/pytask
|
@@ -90,16 +91,15 @@ Installation
|
90 | 91 | .. start-installation
|
91 | 92 |
|
92 | 93 | pytask is available on `PyPI <https://pypi.org/project/pytask>`_ and on `Anaconda.org
|
93 |
| -<https://anaconda.org/pytask/pytask>`_. Install the package with |
| 94 | +<https://anaconda.org/conda-forge/pytask>`_. Install the package with |
94 | 95 |
|
95 | 96 | .. code-block:: console
|
96 | 97 |
|
97 | 98 | $ pip install pytask
|
98 | 99 |
|
99 | 100 | # or
|
100 | 101 |
|
101 |
| - $ conda config --add channels conda-forge --add channels pytask |
102 |
| - $ conda install pytask |
| 102 | + $ conda install -c conda-forge pytask |
103 | 103 |
|
104 | 104 | .. end-installation
|
105 | 105 |
|
@@ -181,6 +181,10 @@ License
|
181 | 181 |
|
182 | 182 | pytask is distributed under the terms of the `MIT license <LICENSE>`_.
|
183 | 183 |
|
| 184 | + |
| 185 | +Acknowledgment |
| 186 | +-------------- |
| 187 | + |
184 | 188 | The license also includes a copyright and permission notice from pytest since some
|
185 | 189 | modules, classes, and functions are copied from pytest. Not to mention how pytest has
|
186 | 190 | inspired the development pytask in general. Without the amazing work of Holger Krekel
|
|
0 commit comments