# HG changeset patch # User Mads Kiilerich # Date 1439766702 -7200 # Node ID 11bc459d010b0735f0926fe3a88d0a6529220989 # Parent 6257de126ec71cbd924a1dcdd2396dc83b821557 docs: clarify Python 2 requirement in README diff -r 6257de126ec7 -r 11bc459d010b README.rst --- a/README.rst Mon Aug 17 01:11:42 2015 +0200 +++ b/README.rst Mon Aug 17 01:11:42 2015 +0200 @@ -23,7 +23,8 @@ 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