[Solved] How to install pyinotify (required by ninja ide)

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
mankand007
Posts: 16
Joined: Fri 13 Jul 2012, 03:50

[Solved] How to install pyinotify (required by ninja ide)

#1 Post by mankand007 »

Hi,

How to install Pyinotify in Saluki?

Ninja IDE needs it. Thanks!
Last edited by mankand007 on Fri 13 Jul 2012, 18:27, edited 1 time in total.

mankand007
Posts: 16
Joined: Fri 13 Jul 2012, 03:50

#2 Post by mankand007 »

Installed py_setuptools and ran

Code: Select all

easy_install pip

Code: Select all

pip install pyinotify
Solved!

Post Reply