From 10885f604606f781e21a2b6f2efbca157c589ba3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 19 Feb 2024 13:26:04 +0300 Subject: [PATCH] Docs(install): Describe installation of `wxPython` [skip ci] --- docs/install.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 7e4a26e..d7ac13d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -36,7 +36,16 @@ 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``). +(``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 ========================= -- 2.39.2