changeset 4257:810f2b80146b

doc (installation): use `[all]` in extra arguments.
author Goffi <goffi@goffi.org>
date Wed, 05 Jun 2024 22:24:18 +0200
parents c14e904eee13
children ba28ca268f4a
files doc/installation.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Sat Jun 01 22:35:47 2024 +0200
+++ b/doc/installation.rst	Wed Jun 05 22:24:18 2024 +0200
@@ -48,7 +48,7 @@
 
 .. code-block:: bash
 
-   $ pipx install --system-site-packages hg+https://repos.goffi.org/libervia-backend#egg=libervia-backend[SVG]
+   $ pipx install --system-site-packages hg+https://repos.goffi.org/libervia-backend#egg=libervia-backend[all]
 
 Installation With Virtual Environment And pip
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -60,8 +60,8 @@
 
   $ cd
 
-And enter the following commands (here we install Libervia with SVG support, which is needed to
-display SVG avatars on some frontends)::
+And enter the following commands (here we install Libervia with all extra dependencies
+support, i.e. will dependencies needed for optional features)::
 
   $ python3 -m venv --system-site-packages libervia
   $ source libervia/bin/activate