changeset 4113:3f59a2b141cc

doc (installation): update `pipx` instruction and remove `requirements.txt` mention
author Goffi <goffi@goffi.org>
date Wed, 09 Aug 2023 00:48:11 +0200
parents bc60875cb3b8
children 79ec7d7beef3
files doc/installation.rst
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Wed Aug 09 00:07:37 2023 +0200
+++ b/doc/installation.rst	Wed Aug 09 00:48:11 2023 +0200
@@ -43,10 +43,12 @@
 Installation With pipx
 ~~~~~~~~~~~~~~~~~~~~~~
 
-If you have `pipx`_ installed, you can install the dev version of the backend by simply
-entering::
+If you have `pipx`_ installed, you can easily install the development version of the
+backend by entering the following command:
 
-  $ pipx install --system-site-packages hg+https://repos.goffi.org/libervia-backend#egg=libervia-backend[SVG]
+.. code-block:: bash
+
+   $ pipx install --system-site-packages hg+https://repos.goffi.org/libervia-backend#egg=libervia-backend[SVG]
 
 Installation With Virtual Environment And pip
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -66,7 +68,7 @@
   $ pip install -U pip wheel
   $ hg clone https://repos.goffi.org/libervia-backend
   $ cd libervia-backend
-  $ pip install -r requirements.txt
+  $ pip install -e .
 
 Don't worry if you see the following message, Libervia should work anyway::