]> git.phdru.name Git - m_librarian.git/blobdiff - docs/install.rst
Feat(ml-import): Display tty progress bar during import
[m_librarian.git] / docs / install.rst
index 0bcfde083501221051b4be3203adf532a5eedf14..d950de1670dccbdb870b5c6bf41add4fe657bb22 100644 (file)
@@ -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
 =========================