Poll Asus rt n14uhp hardware statistics such as cpu, ram, network statistics and plot in mrtg.
$ virtualenv -p python3.4 tmp/ve_asus-rt-n14uhp-mrtg
$ source tmp/ve_asus-rt-n14uhp-mrtg/bin/activate
$ pip install -r src/requirements.txt
$ # when you are done, deactivate the environment
$ deactivate
$ python setup.py test
$ python setup.py nosetests
for django test, locate where is manage.py located and cd into the directory.
$ python manage.py test polls
read more here
$ python setup.py develop
$ python setup.py sdist
$ python setup.py bdist_egg
$ sudo python setup.py install
you can read this link https://www.python.org/dev/peps/pep-0008/ or better yet if you are on debian, just install this package using apt-get.
$ sudo apt-get install python-autopep8 pep8 python-pep8 python3-pep8
and then check source file using this command
$ autopep8 -v bin/routerStats.py