Skip to content

Commit 68cc24f

Browse files
authored
Merge pull request #835 from EricCousineau-TRI/feature/venv_doc_consistency
CONTRIBUTING: Make virtualenv dir name consistent with gitignore
2 parents 2796890 + 84da6f3 commit 68cc24f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
dist
66
docs/_build
77
build/
8-
venv/
8+
/venv*/

CONTRIBUTING.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ Next, ``cd`` to the pycodestyle repository that you cloned earlier and
3434
create, then activate a virtualenv::
3535

3636
$ cd pycodestyle
37-
$ virtualenv pycodestyle-venv
38-
$ source pycodestyle-venv/bin/activate
37+
$ virtualenv venv-pycodestyle
38+
$ source venv-pycodestyle/bin/activate
39+
40+
Note that ``venv*/`` is ignored via ``.gitignore``.
3941

4042
Now you can install the pycodestyle requirements::
4143

0 commit comments

Comments
 (0)