summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-10-31 10:55:55 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-10-31 10:55:55 -0400
commitfd212bc84b583207d4816e13494023b8f07c851c (patch)
treee89a9f224f5e92652ed73068e3b1fc77ac72dc80 /README.rst
parent0a30cd57b1c60d25460e552e10ac25dd8ec0b16e (diff)
downloadpecan-fd212bc84b583207d4816e13494023b8f07c851c.tar.gz
Correct source installation instructions in README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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
-------------