Skip to content

Commit bdd0c0c

Browse files
committed
Updated as per feedback.
1 parent 5133671 commit bdd0c0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/starting/install/linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Setuptools & Pip
3333

3434
The two most crucial third-party Python packages are `setuptools <https://pypi.python.org/pypi/setuptools>`_ and `pip <https://pip.pypa.io/en/stable/>`_.
3535

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
3737
product with a single command. It also enables you to add this network installation
3838
capability to your own Python software with very little work.
3939

@@ -44,7 +44,7 @@ To see if pip is installed, open a command prompt and run
4444

4545
.. code-block:: console
4646
47-
$ pip --version
47+
$ command -v pip
4848
4949
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.
5050

0 commit comments

Comments
 (0)