|
| 1 | +.. image:: https://img.shields.io/pypi/v/latex-dependency-scanner?color=blue |
| 2 | + :alt: PyPI |
| 3 | + :target: https://pypi.org/project/latex-dependency-scanner |
| 4 | + |
| 5 | +.. image:: https://img.shields.io/pypi/pyversions/latex-dependency-scanner |
| 6 | + :alt: PyPI - Python Version |
| 7 | + :target: https://pypi.org/project/latex-dependency-scanner |
| 8 | + |
1 | 9 | .. image:: https://anaconda.org/pytask/latex-dependency-scanner/badges/version.svg |
2 | 10 | :target: https://anaconda.org/pytask/latex-dependency-scanner |
3 | 11 |
|
4 | 12 | .. image:: https://anaconda.org/pytask/latex-dependency-scanner/badges/platforms.svg |
5 | 13 | :target: https://anaconda.org/pytask/latex-dependency-scanner |
6 | 14 |
|
7 | | -.. .. image:: https://readthedocs.org/projects/pytask-dev/badge/?version=latest |
8 | | -.. :target: https://pytask-dev.readthedocs.io/en/latest |
| 15 | +.. image:: https://img.shields.io/pypi/l/latex-dependency-scanner |
| 16 | + :alt: PyPI - License |
9 | 17 |
|
10 | 18 | .. image:: https://github.com/pytask-dev/latex-dependency-scanner/workflows/Continuous%20Integration%20Workflow/badge.svg?branch=main |
11 | 19 | :target: https://github.com/pytask-dev/latex-dependency-scanner/actions?query=branch%3Amain |
|
24 | 32 | Features |
25 | 33 | -------- |
26 | 34 |
|
27 | | -The latex-dependency-scanner is a package to detect all related files of a LaTeX |
| 35 | +latex-dependency-scanner is a package to detect all required files to compile a LaTeX |
28 | 36 | document. |
29 | 37 |
|
30 | 38 |
|
31 | 39 | Installation |
32 | 40 | ------------ |
33 | 41 |
|
34 | | -latex-dependency-scanner is available on `Anaconda.org |
35 | | -<https://anaconda.org/pytask/latex-dependency-scanner>`_. Install the package with |
| 42 | +latex-dependency-scanner is available on `PyPI |
| 43 | +<https://pypi.org/project/latex-dependency-scanner>`_ and `Anaconda.org |
| 44 | +<https://anaconda.org/pytask/latex-dependency-scanner>`_. Install it with |
36 | 45 |
|
37 | 46 | .. code-block:: console |
38 | 47 |
|
| 48 | + $ pip install latex-dependency-scanner |
| 49 | +
|
| 50 | + # or |
| 51 | +
|
39 | 52 | $ conda config --add channels conda-forge --add channels pytask |
40 | 53 | $ conda install latex-dependency-scanner |
41 | 54 |
|
|
0 commit comments