You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/starting/install/linux.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Setuptools & Pip
33
33
34
34
The two most crucial third-party Python packages are `setuptools <https://pypi.python.org/pypi/setuptools>`_ and `pip <https://pip.pypa.io/en/stable/>`_.
35
35
36
-
Once installed, you can download, install & uninstall any compliant Python software
36
+
Once installed, you can download, install and uninstall any compliant Python software
37
37
product with a single command. It also enables you to add this network installation
38
38
capability to your own Python software with very little work.
39
39
@@ -44,7 +44,7 @@ To see if pip is installed, open a command prompt and run
44
44
45
45
.. code-block:: console
46
46
47
-
$ pip --version
47
+
$ command -v pip
48
48
49
49
To install pip, `follow the official pip installation guide <https://pip.pypa.io/en/latest/installing/>`_ - this will automatically install the latest version of setuptools.
0 commit comments