Show More
@@ -19,12 +19,12 b' The following describes three different ' | |||||
19 | installations side by side or remove it entirely by just removing the |
|
19 | installations side by side or remove it entirely by just removing the | |
20 | virtualenv directory) and does not require root privileges. |
|
20 | virtualenv directory) and does not require root privileges. | |
21 |
|
21 | |||
22 | - :ref:`installation-without-virtualenv`: The alternative method of installing |
|
22 | - Kallithea can also be installed with plain pip - globally or with ``--user`` | |
23 | a Kallithea release is using standard pip. The package will be installed in |
|
23 | or similar. The package will be installed in the same location as all other | |
24 |
|
|
24 | Python packages you have ever installed. As a result, removing it is not as | |
25 |
|
|
25 | straightforward as with a virtualenv, as you'd have to remove its | |
26 |
|
|
26 | dependencies manually and make sure that they are not needed by other | |
27 | needed by other packages. |
|
27 | packages. We recommend using virtualenv. | |
28 |
|
28 | |||
29 | Regardless of the installation method you may need to make sure you have |
|
29 | Regardless of the installation method you may need to make sure you have | |
30 | appropriate development packages installed, as installation of some of the |
|
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 | You can now proceed to :ref:`install-front-end`. |
|
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 | Prepare front-end files |
|
129 | Prepare front-end files | |
151 | ----------------------- |
|
130 | ----------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now