# HG changeset patch # User Goffi # Date 1691534891 -7200 # Node ID 3f59a2b141ccd7eb21f12b7d63ca3cc98cd2c08f # Parent bc60875cb3b83103a9ca3c2b69a55e2b7c2398b9 doc (installation): update `pipx` instruction and remove `requirements.txt` mention diff -r bc60875cb3b8 -r 3f59a2b141cc doc/installation.rst --- 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::