diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-29 17:59:08 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-04-29 17:59:08 +0300 |
commit | 3c28968a887d9fd8442d1457f656624d25db6671 (patch) | |
tree | eba7bd3365a6f986a0036e9f3c27b968cb0a30ad | |
parent | fix Pylint warnings (diff) | |
download | filters-3c28968a887d9fd8442d1457f656624d25db6671.tar.gz filters-3c28968a887d9fd8442d1457f656624d25db6671.zip |
README update
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,11 +13,11 @@ Prerequisites The versions below have been verified to work properly. -Software | Version -------------- | ------- -CPython | 3.5.1 -numpy | 1.11.0 -opencv-python | 3.1.0 +| Software | Version +| ------------- | ------- +| CPython | 3.5.1 +| numpy | 1.11.0 +| opencv-python | 3.1.0 [numpy]: http://www.numpy.org/ [opencv-python]: http://opencv.org/ |