Skip to content

Commit 6d525c3

Browse files
authored
Merge pull request #1448 from gma/patch-1
Clarify docs for creating virtual environment
2 parents af8af52 + 9368064 commit 6d525c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ another project's environment.
4545
It is recommended to use a virtual environment when working with third
4646
party packages.
4747

48-
To create a virtual environment, go to your project's directory and run
49-
``venv``. This will create a new virtual environment in a local folder ``.venv``:
48+
To create a virtual environment, go to your project's directory and run the
49+
following command. This will create a new virtual environment in a local folder
50+
named ``.venv``:
5051

5152
.. tab:: Unix/macOS
5253

0 commit comments

Comments
 (0)