Skip to content
Federico Tomassetti edited this page Feb 26, 2015 · 1 revision

The code should be verified using pep8. You can do that in this way:

pip install pep8
pep8 --max-line-length=120 <source_file.py>