On Thu, May 31, 2012 at 4:57 PM, Bruno Binet <[email protected]> wrote: > On 31 May 2012 14:25, Daniel Braniss <[email protected]> wrote: >> Hi, >> I'm trying out pyramid 1.3, and after running >> pcreate -s starter foo >> then >> python setup.py > > I think this should be: > python setup.py develop
That's indeed what's documented: <http://docs.pylonsproject.org/projects/pyramid/en/1.3-branch/narr/project.html#installing-your-newly-created-project-for-development>. This was different with Pyramid < 1.3 and Paste. -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
