Skip to content

Commit 3ad0d53

Browse files
committed
Merge branch '82-githooks' of https://github.com/NLeSC/python-template into 82-githooks
2 parents de0e406 + 72673a3 commit 3ad0d53

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 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
@@ -26,13 +26,13 @@ Development install
2626
# install development dependencies
2727
pip install --no-cache-dir --editable .[dev]
2828
29-
Afterwards check that the install directory was added to the ``PATH``
29+
Afterwards check that the install directory is present in the ``PATH``
3030
environment variable.
3131

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)