diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:29:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:29:07 +0300 |
commit | 1bb7ade35bcadb7c305f123a480a1b6fed4837e1 (patch) | |
tree | ac263e475b652988f4010c2b5dbeb0f013ba5241 /README.md | |
parent | README update (diff) | |
download | vk-scripts-1bb7ade35bcadb7c305f123a480a1b6fed4837e1.tar.gz vk-scripts-1bb7ade35bcadb7c305f123a480a1b6fed4837e1.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -6,17 +6,23 @@ A collection of scripts abusing VK.com API. Prerequisites ------------- -Python 3.4 or higher is required. -Additionally, [online_sessions.py] uses the excellent [matplotlib] plotting -library. +* Python 3.4 or higher +* [matplotlib] (required by [online_sessions.py]) +* [numpy] (required by [matplotlib]) + The versions below have been verified to work properly. -Software | Version ------------- | ------- -Python | 3.5.1 -[matplotlib] | 1.5.1 +Software | Version +---------- | ------- +CPython | 3.5.1 +numpy | 1.11.0 +matplotlib | 1.5.1 + +Windows binaries for CPython can be acquired at +http://www.lfd.uci.edu/~gohlke/pythonlibs/. [matplotlib]: http://matplotlib.org/ +[numpy]: http://www.numpy.org/ Usage ----- |