Changeset - 11bc459d010b
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-08-17 01:11:42
madski@unity3d.com
docs: clarify Python 2 requirement in README
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
@@ -20,13 +20,14 @@ created by Łukasz Balcerzak and Marcin Kuźmiński to uniformly handle multiple
 
version control systems.
 

	
 
Kallithea was forked from RhodeCode in July 2014 and has been heavily modified.
 

	
 
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
 

	
 
The development repository is kept very stable and used in production by the
 
developers - you can do the same.
 

	
0 comments (0 inline, 0 general)