comparison README.rst @ 8193:89e9aef9b983

py3: use "python3 -m venv" instead of virtualenv package
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 03 Feb 2020 16:30:08 +0100
parents e4f27ab7cbea
children 01aca0a4f876
comparison
equal deleted inserted replaced
8192:b7caa806cf6e 8193:89e9aef9b983
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_ 2.7 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/