diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:38:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:38:46 +0300 |
commit | 0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d (patch) | |
tree | 84e06345fb12c5fa6bc4a16df0d406e2b4d7ccdd /README.md | |
parent | README update (diff) | |
download | vk-scripts-0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d.tar.gz vk-scripts-0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,8 +7,8 @@ Prerequisites ------------- * Python 3.4 or higher -* [matplotlib] (required by [online_sessions.py]) -* [numpy] (required by [matplotlib]) +* [matplotlib][matplotlib] (required by [online_sessions.py]) +* [numpy][numpy] (required by [matplotlib]) The versions below have been verified to work properly. @@ -51,9 +51,9 @@ Development ### Linting Requires [PyLint]. - - > cd - D:\workspace\personal\vk-scripts +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): > pylint vk ... |