Skip to content

Commit

Permalink
Fixed install instructions
Browse files Browse the repository at this point in the history
Found that you can use extra req when installing from URL.
pypa/pip#7
  • Loading branch information
mphre committed Mar 19, 2014
1 parent 333e73b commit 74e5369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Using pip:

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

To also install inotify support, follow that with:
To also install inotify support, use this instead:

pip install metricinga[inotify]
pip install 'git+https://github.com/jgoldschrafe/metricinga.git@setup#egg=metricinga[inotify]'

Configuration
=============
Expand Down

0 comments on commit 74e5369

Please sign in to comment.