aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:24:42 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:24:42 +0300
commit27e36a6dd2546731c37fcc42bb372ad9a552e410 (patch)
tree0e6b1a89932cbcfe9db9b798a2b8949b26d187f7 /README.md
parentcode style (diff)
downloadfilters-27e36a6dd2546731c37fcc42bb372ad9a552e410.tar.gz
filters-27e36a6dd2546731c37fcc42bb372ad9a552e410.zip
fix Pylint warnings
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index b57a9b9..7305a8c 100644
--- a/README.md
+++ b/README.md
@@ -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/
@@ -46,11 +46,15 @@ The complete list of usable scripts is given below.
* gaussian_blur.py &mdash; Apply Gaussian blur to an image.
* shift.py &mdash; Shift an image by a few pixels in a specified direction.
-Linting
--------
+Development
+-----------
+
+### Linting
Requires [PyLint].
-Run from the top-level directory:
+
+ > cd
+ D:\workspace\personal\filters
> pylint filters
...