diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:19:52 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-19 05:19:52 +0300 |
commit | 5f22c3c1dfadaf811dd61f72b4257c458a2127a2 (patch) | |
tree | f1b7f610b5c5d0fdf48fd71c920f3e9435046b34 | |
parent | README update (diff) | |
download | vk-scripts-5f22c3c1dfadaf811dd61f72b4257c458a2127a2.tar.gz vk-scripts-5f22c3c1dfadaf811dd61f72b4257c458a2127a2.zip |
README update
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -9,7 +9,7 @@ Prerequisites Python 3.4 or higher is required. Additionally, [online_duration.py] uses the excellent [matplotlib] plotting library. -The versions the author is using are listed below. +The versions below have been verified to work properly. Software | Version ------------ | ------- @@ -21,7 +21,7 @@ Python | 3.5.1 Usage ----- -The main package is located in the "vk/" directory. +The main package resides in the "vk/" directory. Also, a few scripts are supplied in the "bin/" directory to showcase the package's capabilities. @@ -29,10 +29,11 @@ Run the scripts from the top-level directory using `python -m`. Pass the `--help` flag to a script to see its detailed usage information. The supplied scripts are listed below. -* [mutual_friends.py]: Learn who your ex and her new boyfriend are both friends -with. -* [track_status.py]: Track when people go online/offline. -* [online_duration.py]: View/visualize the amount of time people spend online. +* [mutual_friends.py] — Learn who your ex and her new boyfriend are both +friends with. +* [track_status.py] — Track when people go online/offline. +* [online_duration.py] — View/visualize the amount of time people spend +online. [mutual_friends.py]: docs/mutual_friends.md [track_status.py]: docs/track_status.md |