# HG changeset patch # User Mads Kiilerich # Date 2015-08-17 01:11:42 # Node ID 11bc459d010b0735f0926fe3a88d0a6529220989 # Parent 6257de126ec71cbd924a1dcdd2396dc83b821557 docs: clarify Python 2 requirement in README diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -23,7 +23,8 @@ Kallithea was forked from RhodeCode in J Installation ------------ -Official releases of Kallithea can be installed via:: +Kallithea requires Python_ 2.x and it is recommended to install it in a +virtualenv_. Official releases of Kallithea can be installed with:: pip install kallithea