aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:29:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:29:07 +0300
commit1bb7ade35bcadb7c305f123a480a1b6fed4837e1 (patch)
treeac263e475b652988f4010c2b5dbeb0f013ba5241 /README.md
parentREADME update (diff)
downloadvk-scripts-1bb7ade35bcadb7c305f123a480a1b6fed4837e1.tar.gz
vk-scripts-1bb7ade35bcadb7c305f123a480a1b6fed4837e1.zip
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 13 insertions, 7 deletions
diff --git a/README.md b/README.md
index b1c997c..abf281c 100644
--- a/README.md
+++ b/README.md
@@ -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
-----