# HG changeset patch # User Goffi # Date 1717619058 -7200 # Node ID 810f2b80146bb750f0438349f1492408c14b35f3 # Parent c14e904eee13252e88747137bd8e564d690b57f2 doc (installation): use `[all]` in extra arguments. diff -r c14e904eee13 -r 810f2b80146b doc/installation.rst --- 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