Skip to content

Commit 72673a3

Browse files
authored
Update README.dev.rst
1 parent c4dc359 commit 72673a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

{{cookiecutter.project_name}}/README.dev.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Development install
1111

1212
.. code:: shell
1313
14-
# Create a virtualenv, e.g. with
14+
# Create a virtual environment, e.g. with
1515
python3 -m venv env
1616
17-
# activate virtualenv
17+
# activate virtual environment
1818
source env/bin/activate
1919
2020
# make sure to have a recent version of pip and setuptools
@@ -32,7 +32,7 @@ environment variable.
3232
Running the tests
3333
-----------------
3434

35-
Running the tests requires an activated virtualenv with the development tools installed.
35+
Running the tests requires an activated virtual environment with the development tools installed.
3636

3737
.. code:: shell
3838
@@ -43,7 +43,7 @@ Running the tests requires an activated virtualenv with the development tools in
4343
Running linters locally
4444
-----------------------
4545

46-
Running the linters requires an activated virtualenv with the development tools installed.
46+
Running the linters requires an activated virtual environment with the development tools installed.
4747

4848
.. code:: shell
4949

0 commit comments

Comments
 (0)