Skip to content

Commit

Permalink
Merge pull request #835 from EricCousineau-TRI/feature/venv_doc_consi…
Browse files Browse the repository at this point in the history
…stency

CONTRIBUTING: Make virtualenv dir name consistent with gitignore
  • Loading branch information
asottile authored Feb 19, 2020
2 parents 2796890 + 84da6f3 commit 68cc24f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
dist
docs/_build
build/
venv/
/venv*/
6 changes: 4 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ Next, ``cd`` to the pycodestyle repository that you cloned earlier and
create, then activate a virtualenv::

$ cd pycodestyle
$ virtualenv pycodestyle-venv
$ source pycodestyle-venv/bin/activate
$ virtualenv venv-pycodestyle
$ source venv-pycodestyle/bin/activate

Note that ``venv*/`` is ignored via ``.gitignore``.

Now you can install the pycodestyle requirements::

Expand Down

0 comments on commit 68cc24f

Please sign in to comment.