From 578143aecf3916739a043ed30f411765113f418b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 26 Jan 2017 18:37:09 +0300 Subject: README update --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5e8d232..b64cd35 100644 --- a/README.md +++ b/README.md @@ -51,22 +51,12 @@ Development ### Linting Requires [PyLint]. -To lint everything, run from the top-level directory (notice that you need to -set the `PYTHONPATH` environment variable to lint the scripts; Windows syntax -is used below): +To lint everything, run from the top-level directory: > pylint vk ... - > set PYTHONPATH=%CD% - - > pylint bin\mutual_friends.py - ... - - > pylint bin\online_sessions.py - ... - - > pylint bin\track_status.py + > pylint bin ... [PyLint]: https://www.pylint.org/ -- cgit v1.2.3