Skip to content

Commit 9e0b14b

Browse files
committed
Apply @sinoroc review suggestions
1 parent 83e8fc6 commit 9e0b14b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Installing packages using pip and venv
22
======================================
33

44
This guide discusses how to install packages using :ref:`pip` and
5-
the standard library's virtual environment manager :ref:`venv`. The guide
5+
the standard library's virtual environment :ref:`venv`. The guide
66
covers how to:
77

88
* Install and update pip
@@ -83,8 +83,8 @@ since packages can be installed confidently and will not interfere with the
8383
other project environments.
8484

8585
.. tip::
86-
It is always recommended to use a virtual environment while developing Python
87-
applications.
86+
It is recommended to use a virtual environment when working with third
87+
party packages.
8888

8989
To create a virtual environment, go to your project's directory and run
9090
``venv``.

0 commit comments

Comments
 (0)