aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:38:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:38:46 +0300
commit0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d (patch)
tree84e06345fb12c5fa6bc4a16df0d406e2b4d7ccdd
parentREADME update (diff)
downloadvk-scripts-0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d.tar.gz
vk-scripts-0ff09ff81b9bd085f9d99dbb51d9c43c1a03742d.zip
README update
Diffstat (limited to '')
-rw-r--r--README.md10
1 files 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
...