Skip to content

Commit 7815c80

Browse files
chryslebhrutledge
andauthored
Improve heading and remove space in commands (#1241)
* Removed space * Improved heading * Added anchor for changed heading --------- Co-authored-by: Brian Rutledge <[email protected]>
1 parent 305aba0 commit 7815c80

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

source/guides/dropping-older-python-versions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Steps:
6363

6464
.. code-block:: bash
6565
66-
python3 -m pip install --upgrade setuptools twine
66+
python3 -m pip install --upgrade setuptools twine
6767
6868
.. tab:: Windows
6969

7070
.. code-block:: bat
7171
72-
py -m pip install --upgrade setuptools twine
72+
py -m pip install --upgrade setuptools twine
7373
7474
`setuptools` version should be above 24.0.0.
7575

source/guides/installing-using-linux-tools.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,11 @@ openSUSE
114114
115115
sudo zypper install python3-pip python3-setuptools python3-wheel
116116
117-
Debian/Ubuntu
118-
~~~~~~~~~~~~~
117+
118+
.. _debian-ubuntu:
119+
120+
Debian/Ubuntu and derivatives
121+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
119122

120123
Firstly, update and refresh repository lists by running this command:
121124

source/guides/installing-using-pip-and-virtual-environments.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ installed.
3131
.. code-block:: bash
3232
3333
python3 -m pip install --user --upgrade pip
34-
3534
python3 -m pip --version
3635
3736
Afterwards, you should have the latest version of pip installed in your
@@ -51,7 +50,6 @@ installed.
5150
.. code-block:: bat
5251
5352
py -m pip install --upgrade pip
54-
5553
py -m pip --version
5654
5755
Afterwards, you should have the latest version of pip:

0 commit comments

Comments
 (0)