On Mon, Dec 26, 2011 at 4:41 PM, Michael Pedersen <[email protected]> wrote: > If you're working on a newly quickstarted project, you get three commands: > > python setup.py {{modulename}}develop > python setup.py {{modulename}}deps > python setup.py tgupgrade > > The first two function the same as tgdevelop and tgdeps, but using your > package's module name (so wiki20 for the Wiki-20 package). The last > downloads everything from the TG index, upgrading it to whatever current is. > > I think that should do it. Unless I missed something (which is possible). > What do you think?
That should do what I was looking for :D How do you choose which version of tg the "setup.py mymoduledeps" command will install? Is it specified inside setup.cfg? -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en.
