From 165bf54d61f621c0e1e9296504da30c7d9642cfe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 10 Oct 2016 10:39:13 +0300 Subject: README update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7305a8c..f7d1677 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Usage Run the scripts from the top-level directory using `python -m`. Pass the `--help` flag to a script to examine its detailed usage information. -For example (using Windows path format): +For example (using Windows-style paths): > python -m bin.box_blur img\Lenna.png --radius 3 @@ -52,9 +52,7 @@ Development ### Linting Requires [PyLint]. - - > cd - D:\workspace\personal\filters +To lint everything, run from the top-level directory: > pylint filters ... -- cgit v1.2.3