cewing
2016-06-03 21227087f7f933eaae364627d8908f19c32c9990
make term less specific to one implementation
1 files modified
4 ■■■■ changed files
contributing.md 4 ●●●● patch | view | raw | blame | history
contributing.md
@@ -64,7 +64,7 @@
         git remote add upstream git@github.com:Pylons/pyramid.git
4.  Create a virtualenv and set an environment variable as instructed in the
4.  Create a virtual environment and set an environment variable as instructed in the
    [prerequisites](https://github.com/Pylons/pyramid/blob/master/HACKING.txt#L55-L58).
         # Mac and Linux
@@ -73,7 +73,7 @@
         # Windows
         set VENV=c:\hack-on-pyramid\env
4.  Install `tox` into your virtualenv.
4.  Install `tox` into your virtual environment.
         $ $VENV/bin/pip install tox