Skip to content

Commit

Permalink
Added installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mphre committed Mar 19, 2014
1 parent fc212aa commit 333e73b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Requirements
* gevent-inotifyx (optional, for Linux inotify support)
* nose (optional, for running unit tests)

Installation
============
Using pip:

pip install git+https://github.com/jgoldschrafe/metricinga.git#egg=metricinga

To also install inotify support, follow that with:

pip install metricinga[inotify]

Configuration
=============

Expand Down

0 comments on commit 333e73b

Please sign in to comment.