diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-26 18:37:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-26 18:37:09 +0300 |
commit | 578143aecf3916739a043ed30f411765113f418b (patch) | |
tree | 03dc60423d349e64275183a0a20253ccdc5fa825 | |
parent | refactoring (diff) | |
download | vk-scripts-578143aecf3916739a043ed30f411765113f418b.tar.gz vk-scripts-578143aecf3916739a043ed30f411765113f418b.zip |
README update
-rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -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/ |