summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 87538d0ad..5d33aa0ab 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -40,7 +40,7 @@ you an achieve the same manually by following these steps:
- Create a virtualenv in which to install Pyramid::
- $ virtualenv --no-site-packages env
+ $ virtualenv env
- Install ``setuptools-git`` into the virtualenv (for good measure, as we're
using git to do version control)::
@@ -132,7 +132,7 @@ Running Tests
intended as a convenience for people who are more used or fond of ``pytest``.
Run the tests like so::
- $ pip install pytest
+ $ $VENV/bin/easy_install pytest
$ py.test --strict pyramid/
Test Coverage