9 sudo pip install m_librarian
16 pip install --user m_librarian
23 pip install m_librarian
28 To allow ``ml-import.py`` to display progress bar the program requires
29 library ``m_lib``. You can install the library separately using, e.g.,
30 command ``pip install m_lib``. Or you can install the library with
31 ``m_librarian``: ``pip install m_librarian[pbar]``.
36 ``pip install m_librarian[web]`` installs libraries needed for web-ui.
38 ``pip install m_librarian[wx]`` installs a library needed for wx GUI
41 Installation from sources
42 =========================
44 To install the library from sources system-wide run run the following
49 sudo python setup.py install
51 If you don't want to install it system-wide you can install it in your
52 home directory; run run the following command:
56 python setup.py install --user
58 Option '--user' installs m_librarian into
59 $HOME/.local/lib/python$MAJOR.$MINOR/site-packages/ where python finds it
60 automatically. It also installs m_librarian scripts into $HOME/.local/bin;
61 add the directory to your $PATH or move the scripts to a directory in your