b56935dc75b2 flask
Update README.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 11 Jun 2010 21:24:32 -0400 |
parents | 93e7fb8a1323 |
children | 05de33c5b8fe |
branches/tags | flask |
files | README.markdown |
Changes
--- a/README.markdown Fri Jun 11 21:22:48 2010 -0400 +++ b/README.markdown Fri Jun 11 21:24:32 2010 -0400 @@ -16,17 +16,21 @@ Installing ========== -`hg-review` requires Mercurial (probably 1.3.1+), Flask, Jinja2 and Werkzeug. +`hg-review` requires Mercurial (probably 1.3.1+) and Python 2.5+. It requires +a few other things too, but they're bundled with the extension so you don't +need to worry about them. -Get it: +First, get hg-review: hg clone http://bitbucket.org/sjl/hg-review/ -Add it to `~/.hgrc`: +Then add it to your `~/.hgrc`: [extensions] review = [path to]/hg-review/review/ +You're all set. + Try It ======