X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=docs%2Fbefore_begin.rst;h=ea7fb9a0705fca06657c71d4af8389143f22957a;hb=HEAD;hp=e51b2ab23b1969f6680e0284649ad8dc82f0e7d3;hpb=d09e36829871616e7837d793806a442d0a6a0aed;p=m_librarian.git diff --git a/docs/before_begin.rst b/docs/before_begin.rst index e51b2ab..ea7fb9a 100644 --- a/docs/before_begin.rst +++ b/docs/before_begin.rst @@ -13,9 +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. pip -`installs `_ required modules automatically. +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 `_ required modules +automatically. Library archives @@ -70,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 `_.