From 0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:38:46 +0300 Subject: README update --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abf281c..5e8d232 100644 --- a/README.md +++ b/README.md @@ -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 ... -- cgit v1.2.3