X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Finstall.rst;h=d950de1670dccbdb870b5c6bf41add4fe657bb22;hb=99f6d6dab6446bfb9267c3cc7c0babfee531b6fd;hp=0bcfde083501221051b4be3203adf532a5eedf14;hpb=5f9c4b8e448c7e436f1329255e64b14b7d8969ac;p=m_librarian.git diff --git a/docs/install.rst b/docs/install.rst index 0bcfde0..d950de1 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -22,6 +22,14 @@ Virtual envs pip install --trusted-host phdru.name --find-links=http://phdru.name/Software/Python/ m_librarian +Progress bar +============ + +To allow ``ml-import.py`` to display progress bar the program requires +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]``. + Installation from sources =========================