Skip to content

Commit

Permalink
Merge pull request #1448 from gma/patch-1
Browse files Browse the repository at this point in the history
Clarify docs for creating virtual environment
  • Loading branch information
willingc committed Dec 13, 2023
2 parents af8af52 + 9368064 commit 6d525c3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ another project's environment.
It is recommended to use a virtual environment when working with third
party packages.

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

.. tab:: Unix/macOS

Expand Down

0 comments on commit 6d525c3

Please sign in to comment.