On 28.04.2011 17:30, Enrique Aldana wrote: > Hello. > > I am trying mount development codo in Eclipse, but can not. > > Could you help me with documentation. >
First you need to get pydev for developing in Python using Eclipse. You can find it via the standard Eclipse update mechanisms or via their official site. Next, you will need either git or svn, so you need to install either subversive or subclipse, see the official sites where they provide you with update site links to both plugins. If you want to use a git repository instead, you need to install the egit plugin or you may also use the jgit plugin. Now, the next steps are registering a repository location, checking out the branch you want to work on as a pydev project and off you go. Hope this gives you a head start... Cheers Carsten -- You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en.
