From e1ddd184c7c1ebb4b7a5e333325da44e8b21c99d Mon Sep 17 00:00:00 2001 From: Richard Barrell Date: Mon, 7 Nov 2011 12:40:45 -0800 Subject: Current Pyramid uses 'pcreate' rather than 'paster create'. Update HACKING.txt to reflect this. --- HACKING.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'HACKING.txt') 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:: -- cgit v1.2.3