aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
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 — 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
...