comparison doc/installation.rst @ 1552:c62027660ec1

doc (installation): update `pipx` instruction and remove `requirements.txt` mention
author Goffi <goffi@goffi.org>
date Wed, 09 Aug 2023 00:48:21 +0200
parents 0d517b596568
children 64bfb6554131
comparison
equal deleted inserted replaced
1551:00d04f51787e 1552:c62027660ec1
28 Development Version 28 Development Version
29 ------------------- 29 -------------------
30 30
31 *Note for Arch users: a pkgbuild is available for your distribution on 31 *Note for Arch users: a pkgbuild is available for your distribution on
32 AUR, check sat-libervia-hg (as well as other sat-\* packages).* 32 AUR, check sat-libervia-hg (as well as other sat-\* packages).*
33
34
35 Installation With pipx
36 ~~~~~~~~~~~~~~~~~~~~~~
37
38 If you have `pipx`_ installed, you can install the development version of the web frontend
39 by utilizing the same environment as the backend. First, install the backend as detailed
40 in the `backend installation instructions
41 <https://libervia.org/__b/doc/backend/installation.html#installation-with-pipx>`_. After
42 that, install the web frontend with the following command:
43
44 .. code-block:: bash
45
46 $ pipx inject libervia-backend hg+https://repos.goffi.org/libervia-web
47
48 Installation With Virtual Environment And pip
49 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 50
34 You can install the latest development version using Mercurial and pip. 51 You can install the latest development version using Mercurial and pip.
35 52
36 Select the location where you want to install libervia and virtual environment, for 53 Select the location where you want to install libervia and virtual environment, for
37 instance your ``$HOME`` directory:: 54 instance your ``$HOME`` directory::