]> git.phdru.name Git - m_librarian.git/blobdiff - docs/install.rst
Docs(install): Describe `wx` extra
[m_librarian.git] / docs / install.rst
index f3c1610a6159ac1d1f114619d44635cd83171e0d..7e4a26ec5b72148bf75396487469b893b470d847 100644 (file)
@@ -30,6 +30,14 @@ 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.
+
+``pip install m_librarian[wx]`` installs a library needed for wx GUI
+(``wxPython``).
+
 Installation from sources
 =========================