Contribute to Toaster

From Yocto Project
Revision as of 17:23, 21 January 2014 by Belenbarrospena (talk | contribs) (Created page with "This page summarises the Toaster development process. We hope this will help you start contributing to the project. == Set up the local repository == * Select a [http://www.yo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This page summarises the Toaster development process. We hope this will help you start contributing to the project.

Set up the local repository

$ sudo apt-get install pip $ sudo pip uninstall django $ sudo pip install django==1.5 $ sudo pip install South==0.8.4