# HG changeset patch # User Goffi # Date 1691534901 -7200 # Node ID c62027660ec1b917fec010624c46b7138bb59ada # Parent 00d04f51787e7125f8199c07103c0a1aca289f89 doc (installation): update `pipx` instruction and remove `requirements.txt` mention diff -r 00d04f51787e -r c62027660ec1 doc/installation.rst --- 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 +`_. 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