summaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorcewing <cris@crisewing.com>2016-06-03 10:50:45 -0700
committercewing <cris@crisewing.com>2016-06-03 10:50:45 -0700
commit21227087f7f933eaae364627d8908f19c32c9990 (patch)
treec0b696b4d51e5b46b63b21ec4a803e6ae541c851 /contributing.md
parent96a62f361a97ccf73738f3b576962817fc515305 (diff)
downloadpyramid-21227087f7f933eaae364627d8908f19c32c9990.tar.gz
pyramid-21227087f7f933eaae364627d8908f19c32c9990.tar.bz2
pyramid-21227087f7f933eaae364627d8908f19c32c9990.zip
make term less specific to one implementation
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index 922d2e740..33a9dc55b 100644
--- a/contributing.md
+++ b/contributing.md
@@ -64,7 +64,7 @@ System](http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.ht
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 @@ System](http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.ht
# 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