Michael Merickel
2018-10-05 6a207944e61cecb49f600e1d17f80f3aab8f3f0d
Merge pull request #3374 from ayharano/master

Adjust virtual env instruction line range reference.
2 files modified
4 ■■■ changed files
CONTRIBUTORS.txt 2 ●●●●● patch | view | raw | blame | history
contributing.md 2 ●●● patch | view | raw | blame | history
CONTRIBUTORS.txt
@@ -332,3 +332,5 @@
- Kuzma Leshakov, 2018/09/07
- Colin Dunklau, 2018/09/19
- Alexandre Yukio Harano, 2018/10/05
contributing.md
@@ -51,7 +51,7 @@
         git remote add upstream git@github.com:Pylons/pyramid.git
5.  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).
    [prerequisites](https://github.com/Pylons/pyramid/blob/master/HACKING.txt#L48-L56).
         # Mac and Linux
         $ export VENV=~/hack-on-pyramid/env