[PATCH] docs/installation: clarify and reorder alternative installation methods

Mads Kiilerich mads at kiilerich.com
Sun Mar 15 19:10:31 EDT 2015


On 03/15/2015 10:11 PM, Thomas De Schampheleire wrote:
> # HG changeset patch
> # User Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
> # Date 1426453734 -3600
> #      Sun Mar 15 22:08:54 2015 +0100
> # Node ID 0e43ad4a28cdaa4218ccacea0963c7bf0a1a3b9f
> # Parent  5e66d3ec9880073b78653861518fe810c3bb1754
> docs/installation: clarify and reorder alternative installation methods

Thanks. I pushed this with some changes. Perhaps more changes than 
appropriate but I hope I made more improvements than errors.

One major comment, though:

I think we should make it clear that there are two independent options:

Kallithea can be
* run from source (repo or tar with setup.py develop) or
* installed from source (repo or tar with setup.py install) or
* installed from pypi

Package installation (primarily with pip from pypi, alternatively with 
"setup.py install") can be
* in a virtualenv or
* global (or ~/.local).

(The option of pip or easy_install or whatever is ignored.)

/Mads


More information about the kallithea-general mailing list