From 572a9bb70ecf52bf7732f1f3d76dd11bd60b895f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 7 May 2017 22:03:15 +0300 Subject: [PATCH] Update docs: m_librarian requires Python 2.7 or 3.4+ --- docs-ru/before_begin.rst | 3 ++- docs/before_begin.rst | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs-ru/before_begin.rst b/docs-ru/before_begin.rst index bfdf742..555db2b 100644 --- a/docs-ru/before_begin.rst +++ b/docs-ru/before_begin.rst @@ -14,7 +14,8 @@ ----------------------- m_Librarian написан на языке Python, так что вам нужно скачать и -установить Python 2.7. Нужны также библиотеки SQLObject и m_lib.defenc. +установить Python (2.7 или 3.4+). Нужны также библиотеки SQLObject и +m_lib.defenc. Архивы библиотек diff --git a/docs/before_begin.rst b/docs/before_begin.rst index 1dcd27d..b9df39a 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.defenc. -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 -- 2.39.2