Confirmed users
656
edits
| Line 60: | Line 60: | ||
cd src; git clone git://github.com/mozilla/mozbase.git | cd src; git clone git://github.com/mozilla/mozbase.git | ||
* Install packages in the virtualenv | * Install packages in the virtualenv: | ||
cd mozbase; python setup_development.py --extra | cd mozbase; python setup_development.py --extra | ||
Note: If you pass in --extra you will need to ensure python-dev is installed (apt-get install python-dev). | |||
=== Working on Mozbase and Contributing Patches === | === Working on Mozbase and Contributing Patches === | ||