comparison README.rst @ 8215:928bc1d8b279 default-i18n

Merge from default
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 06 Feb 2020 01:19:23 +0100
parents 01aca0a4f876
children c02320ade212
comparison
equal deleted inserted replaced
8214:460e7d2d1b38 8215:928bc1d8b279
22 22
23 23
24 Installation 24 Installation
25 ------------ 25 ------------
26 26
27 Kallithea requires Python_ 2.7 and it is recommended to install it in a 27 Kallithea requires Python_ 3 and it is recommended to install it in a
28 virtualenv_. Official releases of Kallithea can be installed with:: 28 virtualenv. Official releases of Kallithea can be installed with::
29 29
30 pip install kallithea 30 pip install kallithea
31 31
32 The development repository is kept very stable and used in production by the 32 The development repository is kept very stable and used in production by the
33 developers -- you can do the same. 33 developers -- you can do the same.
171 instructions in the 0.3.2 README to perform a one-time conversion of the 171 instructions in the 0.3.2 README to perform a one-time conversion of the
172 database from RhodeCode to Kallithea, before upgrading to this version 172 database from RhodeCode to Kallithea, before upgrading to this version
173 of Kallithea. 173 of Kallithea.
174 174
175 175
176 .. _virtualenv: http://pypi.python.org/pypi/virtualenv
177 .. _Python: http://www.python.org/ 176 .. _Python: http://www.python.org/
178 .. _Sphinx: http://sphinx.pocoo.org/ 177 .. _Sphinx: http://sphinx.pocoo.org/
179 .. _Mercurial: http://mercurial.selenic.com/ 178 .. _Mercurial: http://mercurial.selenic.com/
180 .. _Bitbucket: http://bitbucket.org/ 179 .. _Bitbucket: http://bitbucket.org/
181 .. _GitHub: http://github.com/ 180 .. _GitHub: http://github.com/