Specify debian packages.

This commit is contained in:
Guillermo S. Romero 2009-12-14 00:06:24 +00:00
parent a4d52bd0fd
commit 73e380afc0

@ -21,12 +21,15 @@
import os import os
# depends on pep8, pyflakes, pylint # depends on pep8, pyflakes, pylint
# for ubuntu/debian # for ubuntu
# #
# sudo apt-get install pylint pyflakes # sudo apt-get install pylint pyflakes
# #
# sudo apt-get install python-setuptools python-pip # sudo apt-get install python-setuptools python-pip
# sudo pip install pep8 # sudo pip install pep8
#
# in debian install pylint pyflakes pep8 with apt-get/aptitude/etc
#
# how many lines to read into the file, pep8 comment # how many lines to read into the file, pep8 comment
# should be directly after the licence header, ~20 in most cases # should be directly after the licence header, ~20 in most cases