##// END OF EJS Templates
docs: drop documentation for installing without virtualenv...
Mads Kiilerich -
r8454:7982eac0 default
parent child Browse files
Show More
@@ -19,12 +19,12 b' The following describes three different '
19 19 installations side by side or remove it entirely by just removing the
20 20 virtualenv directory) and does not require root privileges.
21 21
22 - :ref:`installation-without-virtualenv`: The alternative method of installing
23 a Kallithea release is using standard pip. The package will be installed in
24 the same location as all other Python packages you have ever installed. As a
25 result, removing it is not as straightforward as with a virtualenv, as you'd
26 have to remove its dependencies manually and make sure that they are not
27 needed by other packages.
22 - Kallithea can also be installed with plain pip - globally or with ``--user``
23 or similar. The package will be installed in the same location as all other
24 Python packages you have ever installed. As a result, removing it is not as
25 straightforward as with a virtualenv, as you'd have to remove its
26 dependencies manually and make sure that they are not needed by other
27 packages. We recommend using virtualenv.
28 28
29 29 Regardless of the installation method you may need to make sure you have
30 30 appropriate development packages installed, as installation of some of the
@@ -125,27 +125,6 b' An additional benefit of virtualenv is t'
125 125
126 126 You can now proceed to :ref:`install-front-end`.
127 127
128 .. _installation-without-virtualenv:
129
130
131 Installing a released version without virtualenv
132 ------------------------------------------------
133
134 For installation without virtualenv, 'just' use::
135
136 pip install kallithea
137
138 Note that this method requires root privileges and will install packages
139 globally without using the system's package manager.
140
141 To install as a regular user in ``~/.local``, you can use::
142
143 pip install --user kallithea
144
145 You can now proceed to :ref:`install-front-end`.
146
147 .. _install-front-end:
148
149 128
150 129 Prepare front-end files
151 130 -----------------------
General Comments 0
You need to be logged in to leave comments. Login now