diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:39:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-10 10:39:13 +0300 |
commit | 165bf54d61f621c0e1e9296504da30c7d9642cfe (patch) | |
tree | e6845c496bc101a7fb6d3fb072c7fa66a940f3f1 /README.md | |
parent | fix Pylint warnings (diff) | |
download | filters-165bf54d61f621c0e1e9296504da30c7d9642cfe.tar.gz filters-165bf54d61f621c0e1e9296504da30c7d9642cfe.zip |
README update
Diffstat (limited to '')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ... |