Skip to content

Commit 70d9813

Browse files
CONTRIBUTING: Make virtualenv dir name consistent with gitignore
1 parent ac1c5e5 commit 70d9813

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.rst

Lines changed: 4 additions & 2 deletions
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
38+
$ source venv/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)