diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-07 16:08:37 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-07 16:08:37 -0800 |
| commit | eb6298ca370ee5fcf390e85769f928a85f7060e8 (patch) | |
| tree | 8489923d74211f26a3c6de02802fa51adc5dec7d /HACKING.txt | |
| parent | 3f13ecd7bbc10ee59c4df980ef6e75aed7c767a6 (diff) | |
| parent | 8751ae81b6d6c1bf6ccf18d522dafc38a19bbb76 (diff) | |
| download | pyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.tar.gz pyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.tar.bz2 pyramid-eb6298ca370ee5fcf390e85769f928a85f7060e8.zip | |
Merge branch 'RichardBarrell-master'
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 4 |
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:: |
