]> git.phdru.name Git - m_librarian.git/blobdiff - docs/before_begin.rst
Docs: Update TODO
[m_librarian.git] / docs / before_begin.rst
index abbb1187957aaa8f988b4beaef21994e18c5f19e..ea7fb9a0705fca06657c71d4af8389143f22957a 100644 (file)
@@ -13,8 +13,10 @@ Before you begin you need some preparations.
 Software
 --------
 
-m_Librarian is written in Python and requires Python 2.7. So install
-Python 2.7 first. Install required modules: SQLObject and m_lib.
+m_Librarian is written in Python and requires Python (2.7 or 3.4+). So
+install Python first. Install required modules: SQLObject and
+m_lib.defenc. pip `installs <install.html>`_ required modules
+automatically.
 
 
 Library archives
@@ -69,7 +71,7 @@ by SQLObject. Some examples::
    [database]
    URI = sqlite:///full/path/to/database
 
-See some more examples in sample/m_librarian.conf. See detailed
+See some more examples in m_librarian.conf.sample. See detailed
 description for DB URIs in `SQLObject documentation
 <http://sqlobject.org/SQLObject.html#declaring-a-connection>`_.