summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2014-08-17 23:39:39 -0700
committerSteve Piercy <web@stevepiercy.com>2014-08-17 23:39:39 -0700
commit25d8b9790a613f5a0bbdf30b1c3f70b0d212e41a (patch)
tree775cf6f30fe0f9274c079e41f5a36b791789450d /HACKING.txt
parent653e15c1eccc14e63d0de9766e0ee4e199469057 (diff)
downloadpyramid-25d8b9790a613f5a0bbdf30b1c3f70b0d212e41a.tar.gz
pyramid-25d8b9790a613f5a0bbdf30b1c3f70b0d212e41a.tar.bz2
pyramid-25d8b9790a613f5a0bbdf30b1c3f70b0d212e41a.zip
- add missing step for tox setup
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/HACKING.txt b/HACKING.txt
index 1386be3af..e3afbf241 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -113,6 +113,7 @@ for this use case) and inside that a simple pyramid application named
``hacking`` that you can then fire up like so:
cd env27/hacking
+ ../bin/python setup.py develop
../bin/pserve development.ini
Adding Features