From 80f5b90a627070a694d21416c16c5c6e123f7e29 Mon Sep 17 00:00:00 2001 From: Philip Mertens Date: Sat, 28 Apr 2012 20:44:41 -0700 Subject: fixed pip command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 328aed8..0298a85 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ # To install pip follow http://www.pip-installer.org/en/latest/installing.html # easy_install is bundled with setuptools $ sudo easy_install pyinotify - $ sudo pip pyinotify + $ sudo pip install pyinotify ## Watch a directory -- cgit v1.2.1