Skip to content

Commit

Permalink
Specifiy that second venv is folder name (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse authored Jul 20, 2022
1 parent 14526b9 commit d278d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Setup a `Python virtual environment <https://docs.python.org/3/tutorial/venv.htm

.. code:: bash
# Create virtual environment
# Create virtual environment (the second `venv` is the name of the folder of the virtual environment)
python3 -m venv venv
# Activate it
Expand Down

0 comments on commit d278d76

Please sign in to comment.