File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
pip - The Python Package Installer
2
2
==================================
3
3
4
- .. image :: https://img.shields.io/pypi/v/pip.svg
4
+ .. | pypi-version | image :: https://img.shields.io/pypi/v/pip.svg
5
5
:target: https://pypi.org/project/pip/
6
6
:alt: PyPI
7
7
8
- .. image :: https://img.shields.io/pypi/pyversions/pip
8
+ .. | python-versions | image :: https://img.shields.io/pypi/pyversions/pip
9
9
:target: https://pypi.org/project/pip
10
10
:alt: PyPI - Python Version
11
11
12
- .. image :: https://readthedocs.org/projects/pip/badge/?version=latest
12
+ .. | docs-badge | image :: https://readthedocs.org/projects/pip/badge/?version=latest
13
13
:target: https://pip.pypa.io/en/latest
14
14
:alt: Documentation
15
15
16
+ |pypi-version | |python-versions | |docs-badge |
17
+
16
18
pip is the `package installer `_ for Python. You can use pip to install packages from the `Python Package Index `_ and other indexes.
17
19
18
20
Please take a look at our documentation for how to install and use pip:
Original file line number Diff line number Diff line change
1
+ uses RST substitution to put badges in 1 line.
You can’t perform that action at this time.
0 commit comments