changeset 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 00d04f51787e
children 83c2a6faa2ae
files doc/installation.rst
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Wed Aug 09 00:22:18 2023 +0200
+++ b/doc/installation.rst	Wed Aug 09 00:48:21 2023 +0200
@@ -31,6 +31,23 @@
 *Note for Arch users: a pkgbuild is available for your distribution on
 AUR, check sat-libervia-hg (as well as other sat-\* packages).*
 
+
+Installation With pipx
+~~~~~~~~~~~~~~~~~~~~~~
+
+If you have `pipx`_ installed, you can install the development version of the web frontend
+by utilizing the same environment as the backend. First, install the backend as detailed
+in the `backend installation instructions
+<https://libervia.org/__b/doc/backend/installation.html#installation-with-pipx>`_. After
+that, install the web frontend with the following command:
+
+.. code-block:: bash
+
+   $ pipx inject libervia-backend hg+https://repos.goffi.org/libervia-web
+
+Installation With Virtual Environment And pip
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 You can install the latest development version using Mercurial and pip.
 
 Select the location where you want to install libervia and virtual environment, for