summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJonas Haag <jonas@lophus.org>2012-04-12 21:11:16 +0300
committerJonas Haag <jonas@lophus.org>2012-04-12 21:11:16 +0300
commitfae3c1bf8798b3af8b50782aab98dc58b16898a3 (patch)
tree84372928089ac4cd8f4ac5a5a814ab6cfda03043 /README.rst
parent605c48ea0ef5d3e78b2fa105d47a40c190534f17 (diff)
argparse is part of the stdlib only as of Python 2.7.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1777f7a..a9a69db 100644
--- a/README.rst
+++ b/README.rst
@@ -21,6 +21,7 @@ Requirements
* Jinja2_
* Pygments_
* dulwich_ (>= 0.7.1)
+* argparse (only for Python 2.6)
* Nano_ (shipped as submodule, do a ``git submodule update --init`` to fetch)
.. _Jinja2: http://jinja.pocoo.org/
@@ -39,6 +40,7 @@ Installation
pip install jinja2
pip install pygments
pip install dulwich
+ pip install argparse # 2.6 only
git clone https://github.com/jonashaag/klaus
cd klaus