This module uses the pybuilder.
You will need virtualenv installed. (On Ubuntu : sudo apt-get install python-virtualenv, on other machines sudo pip install virtualenv should do it).
git clone https://github.com/yadt/yadtcontroller
cd yadtcontroller
virtualenv venv
. venv/bin/activate
pip install pybuilder
pyb install_dependenciesOr you could use pyb_init and run
pyb-init github yadt : yadtcontrollerpyb verifypyb
cd target/dist/yadtcontroller-$VERSION
./setup.py <whatever you want>pyb
cat target/reports/coverage