From 9b160b43ffd08bcc0190f866208e3f148148b08e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 28 Dec 2023 14:25:57 +0300 Subject: [PATCH] Docs(install): Describe `web` extra [skip ci] --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index f3c1610..7fbe8d0 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -30,6 +30,11 @@ library ``m_lib``. You can install the library separately using, e.g., command ``pip install m_lib``. Or you can install the library with ``m_librarian``: ``pip install m_librarian[pbar]``. +Other extras +============ + +``pip install m_librarian[web]`` installs libraries needed for web-ui. + Installation from sources ========================= -- 2.39.2