Developer guide

Setup developer environment

$ git clone https://github.com/iElectric/mr.bob.git
$ cd mrbob
$ virtualenv .
$ source bin/activate
$ python setup.py develop
$ easy_install mr.bob[test,development]
$ mrbob --help

Running tests

Easy as:

$ ./bin/test

Making a Release

Using zest.releaser:

$ bin/fullrelease

Project Versions

Table Of Contents

Previous topic

Writing your own template

Next topic

Design goals

This Page