Richard Barrell
2011-11-07 e1ddd184c7c1ebb4b7a5e333325da44e8b21c99d
Current Pyramid uses 'pcreate' rather than 'paster create'. Update HACKING.txt to reflect this.
1 files modified
4 ■■■■ changed files
HACKING.txt 4 ●●●● patch | view | raw | blame | history
HACKING.txt
@@ -42,10 +42,10 @@
  $ ../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::