summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-08-16 09:48:19 -0500
committerMichael Merickel <michael@merickel.org>2013-08-16 09:48:19 -0500
commit852e015f9b3864b0c07569a9753c4107b8d1238a (patch)
tree0f4e9e4c9008b2acc3e19bf40ee3530c819ed35a /HACKING.txt
parent7a2df29602b207954a4d00fae4556f57ed3675e1 (diff)
downloadpyramid-852e015f9b3864b0c07569a9753c4107b8d1238a.tar.gz
pyramid-852e015f9b3864b0c07569a9753c4107b8d1238a.tar.bz2
pyramid-852e015f9b3864b0c07569a9753c4107b8d1238a.zip
recommend easy_install until we don't
Diffstat (limited to 'HACKING.txt')
-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