summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-07 16:08:37 -0800
committerChris McDonough <chrism@plope.com>2011-11-07 16:08:37 -0800
commiteb6298ca370ee5fcf390e85769f928a85f7060e8 (patch)
tree8489923d74211f26a3c6de02802fa51adc5dec7d /HACKING.txt
parent3f13ecd7bbc10ee59c4df980ef6e75aed7c767a6 (diff)
parent8751ae81b6d6c1bf6ccf18d522dafc38a19bbb76 (diff)
downloadpyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.tar.gz
pyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.tar.bz2
pyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.zip
Merge branch 'RichardBarrell-master'
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 0194e9bab..98ab21e10 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -42,10 +42,10 @@ checkout.
$ ../env/bin/python setup.py develop
- At that point, you should be able to create new Pyramid projects by using
- ``paster create``::
+ ``pcreate``::
$ cd ../env
- $ bin/paster create -t pyramid_starter starter
+ $ bin/pcreate -s starter starter
- And install those projects (also using ``setup.py develop``) into the
virtualenv::