# HG changeset patch # User Steve Losh # Date 1276305872 14400 # Node ID b56935dc75b28e30306f4e9ff76b55693c8a7918 # Parent 93e7fb8a132380b30a1644810007bb8cd1e6738b Update README. diff -r 93e7fb8a1323 -r b56935dc75b2 README.markdown --- 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 ======