|
6 | 6 | :alt: PyPI - Python Version
|
7 | 7 | :target: https://pypi.org/project/pytask-latex
|
8 | 8 |
|
9 |
| -.. image:: https://anaconda.org/pytask/pytask-latex/badges/version.svg |
10 |
| - :target: https://anaconda.org/pytask/pytask-latex |
| 9 | +.. image:: https://img.shields.io/conda/vn/conda-forge/pytask-latex.svg |
| 10 | + :target: https://anaconda.org/conda-forge/pytask-latex |
11 | 11 |
|
12 |
| -.. image:: https://anaconda.org/pytask/pytask-latex/badges/platforms.svg |
13 |
| - :target: https://anaconda.org/pytask/pytask-latex |
| 12 | +.. image:: https://img.shields.io/conda/pn/conda-forge/pytask-latex.svg |
| 13 | + :target: https://anaconda.org/conda-forge/pytask-latex |
14 | 14 |
|
15 | 15 | .. image:: https://img.shields.io/pypi/l/pytask-latex
|
16 | 16 | :alt: PyPI - License
|
| 17 | + :target: https://pypi.org/project/pytask-latex |
17 | 18 |
|
18 |
| -.. image:: https://github.com/pytask-dev/pytask-latex/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main |
19 |
| - :target: https://github.com/pytask-dev/pytask-latex/actions?query=branch%3Amain |
| 19 | +.. image:: https://img.shields.io/github/workflow/status/pytask-dev/pytask-latex/Continuous%20Integration%20Workflow/main |
| 20 | + :target: https://github.com/pytask-dev/pytask-latex/actions?query=branch%3Amain |
20 | 21 |
|
21 | 22 | .. image:: https://codecov.io/gh/pytask-dev/pytask-latex/branch/main/graph/badge.svg
|
22 | 23 | :target: https://codecov.io/gh/pytask-dev/pytask-latex
|
@@ -44,16 +45,15 @@ Installation
|
44 | 45 | ------------
|
45 | 46 |
|
46 | 47 | pytask-latex is available on `PyPI <https://pypi.org/project/pytask-latex>`_ and
|
47 |
| -`Anaconda.org <https://anaconda.org/pytask/pytask-latex>`_. Install it with |
| 48 | +`Anaconda.org <https://anaconda.org/conda-forge/pytask-latex>`_. Install it with |
48 | 49 |
|
49 | 50 | .. code-block:: console
|
50 | 51 |
|
51 | 52 | $ pip install pytask-latex
|
52 | 53 |
|
53 | 54 | # or
|
54 | 55 |
|
55 |
| - $ conda config --add channels conda-forge --add channels pytask |
56 |
| - $ conda install pytask-latex |
| 56 | + $ conda install -c conda-forge pytask-latex |
57 | 57 |
|
58 | 58 | You also need to have ``latexmk`` installed which determines the necessary number of
|
59 | 59 | compilation steps (`here <https://tex.stackexchange.com/a/249243/194826>`_ is an
|
|
0 commit comments