File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}} Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ``
3030environment variable.
3131
3232Running 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
You can’t perform that action at this time.
0 commit comments