X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=f3c1610a6159ac1d1f114619d44635cd83171e0d;hb=HEAD;hp=7fbe8d090f3fca4011ac52b881eca7fd272bc555;hpb=9b160b43ffd08bcc0190f866208e3f148148b08e;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index 7fbe8d0..d7ac13d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -35,6 +35,18 @@ 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``). Should work for non-Linux platforms, but for Linux +``wxPython`` should be installed separately either using system package +manager, or from https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ , +or using ``conda``:: + + conda create -n wx27 python=2.7 wxpython + conda activate wx27 + +Python 2.7 is used here just an example, the librarin works with any +Python version, 2.7 and 3.4+. + Installation from sources =========================