From fd212bc84b583207d4816e13494023b8f07c851c Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 31 Oct 2012 10:55:55 -0400 Subject: [PATCH] Correct source installation instructions in README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8884f5a..4492de5 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ Installing ...or, for the latest (unstable) tip:: $ git clone https://github.com/dreamhost/pecan.git -b next - $ cd pecan && python setup.py develop + $ cd pecan && python setup.py install Running Tests -------------