comparison docs/installation.rst @ 4912:295900ff473d

docs: don't use fixed-width fonts when not needed
author Andrew Shadura <andrew@shadura.me>
date Thu, 12 Mar 2015 09:43:05 +0100
parents 03bbd33bc084
children 95fe05b1e5f8
comparison
equal deleted inserted replaced
4911:7f211aca76b4 4912:295900ff473d
2 2
3 ========================== 3 ==========================
4 Installation on Unix/Linux 4 Installation on Unix/Linux
5 ========================== 5 ==========================
6 6
7 ``Kallithea`` is written entirely in Python. Kallithea requires Python version 7 **Kallithea** is written entirely in Python. Kallithea requires Python version
8 2.6 or higher. 8 2.6 or higher.
9 9
10 .. Note:: Alternative very detailed installation instructions for Ubuntu Server 10 .. Note:: Alternative very detailed installation instructions for Ubuntu Server
11 with celery, indexer and daemon scripts: https://gist.github.com/4546398 11 with celery, indexer and daemon scripts: https://gist.github.com/4546398
12 12
13 13
14 Installing Kallithea from Python Package Index (PyPI) 14 Installing Kallithea from Python Package Index (PyPI)
15 ----------------------------------------------------- 15 -----------------------------------------------------
16 16
17 ``Kallithea`` can be installed from PyPI with:: 17 **Kallithea** can be installed from PyPI with::
18 18
19 pip install kallithea 19 pip install kallithea
20 20
21 21
22 Installation in virtualenv 22 Installation in virtualenv
135 isn't listed, change virtual environments to your venv location:: 135 isn't listed, change virtual environments to your venv location::
136 136
137 source /srv/kallithea/venv/bin/activate 137 source /srv/kallithea/venv/bin/activate
138 138
139 139
140 Once you have verified the environment you can upgrade ``Kallithea`` with:: 140 Once you have verified the environment you can upgrade Kallithea with::
141 141
142 pip install --upgrade kallithea 142 pip install --upgrade kallithea
143 143
144 144
145 Then run the following command from the installation directory:: 145 Then run the following command from the installation directory::