8000 Make this one sentence simpler · zhengmacro/python-guide@2d6521e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 2d6521e

Browse files
committed
Make this one sentence simpler
1 parent 1753f45 commit 2d6521e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ habit of using it to create completely clean Python environments for each
9696
project. This is particularly important for Web development, where each
9797
framework and application will have many dependencies.
9898

99-
To set up a new Python environment, change the working directory to wherever
100-
you want to store the environment, and run the virtualenv utility in your
101-
project's directory
99+
To set up a new Python environment, move into the directory where you would
100+
like to store the environment, and use the ``virtualenv`` utility to create
101+
the new environment.
102102

103103
.. code-block:: console
104104

0 commit comments

Comments
 (0)
0