summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-04-05 15:30:50 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-04-05 15:30:50 +0300
commit432a2253e1033e47e02636fdfff37fcf43e22209 (patch)
treecf443e3ee322e5106b22cbede9698e8ac5fdc1d7
parent4f03ad248813ff1516497042ffeac833a96aac84 (diff)
pyp now available from PyPIHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b53490..3439541 100644
--- a/README.md
+++ b/README.md
@@ -6,5 +6,5 @@ This is the __unofficial__ git mirror for the pyp project. The original project
Installation
------------
- - On Mac OS X with homebrew, you can just `brew install pyp`
+ - Pyp is now available from PyPI (http://pypi.python.org/pypi/pyp) and can be installed via `pip install pyp` or `easy_install install pyp`.
- Otherwise, the easiest way would be to pull the raw pyp script (https://raw.github.com/yuvadm/pyp/master/pyp) and link it to your favorite `bin` location.