aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:39:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-10 10:39:13 +0300
commit165bf54d61f621c0e1e9296504da30c7d9642cfe (patch)
treee6845c496bc101a7fb6d3fb072c7fa66a940f3f1
parentfix Pylint warnings (diff)
downloadfilters-165bf54d61f621c0e1e9296504da30c7d9642cfe.tar.gz
filters-165bf54d61f621c0e1e9296504da30c7d9642cfe.zip
README update
-rw-r--r--README.md6
1 files 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
...