From 73b661730de9dab2495f2014a45e9ecfa3605497 Mon Sep 17 00:00:00 2001 From: ruph Date: Fri, 10 May 2013 13:22:36 +0200 Subject: [PATCH] pyflakespep8 install help --- bin/pyflakespep8.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/pyflakespep8.py b/bin/pyflakespep8.py index e5f05b2..5c77e0b 100755 --- a/bin/pyflakespep8.py +++ b/bin/pyflakespep8.py @@ -1,7 +1,9 @@ #!/usr/bin/env python ''' -- for python's flymake -- sudo pip install pyflakes pep8 +For python's flymake: +- $ cp pyflakespep8.py /usr/local/bin/ +- $ chmod a+x /usr/local/bin/pyflakespep8.py +- $ sudo pip install pyflakes pep8 ''' import commands