From 27e36a6dd2546731c37fcc42bb372ad9a552e410 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:24:42 +0300 Subject: fix Pylint warnings --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'README.md') 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 — Apply Gaussian blur to an image. * shift.py — 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 ... -- cgit v1.2.3