Update README.rst

This commit is contained in:
Sergey Lukjanov 2013-02-26 11:45:22 +04:00
parent 085bdb5408
commit 3b0e9f391c
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ QuickStart (Ubuntu)
::
tools/with_venv python
4. Run PEP8 checks:
4. Run PEP8 (style) and PyFlakes (static analysis) checks:
::
tools/run_pep8
tools/run_fast_checks
5. Build docs:
::