-----------------------
m_Librarian написан на языке Python, так что вам нужно скачать и
-установить Python 2.7. Нужны также библиотеки SQLObject и m_lib.
+установить Python 2.7. Нужны также библиотеки SQLObject и m_lib.defenc.
Архивы библиотек
--------
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 <install.html>`_ required modules automatically.
+Python 2.7 first. Install required modules: SQLObject and m_lib.defenc.
+pip `installs <install.html>`_ required modules automatically.
Library archives
---trusted-host phdru.name
---find-links=http://phdru.name/Software/Python/
--install-option=-O2
argparse; python_version == '2.6'
SQLObject>=2.2.1; python_version >= '2.6' and python_version < '3.0'
SQLObject>=3.0.0; python_version >= '3.4'
-m_lib>=2.0; python_version >= '2.6' and python_version < '3.0'
-m_lib>=3.0; python_version >= '3.4'
+m_lib.defenc>=1.0
kw = {}
if is_setuptools:
- kw['install_requires'] = ['SQLObject>=2.2.1', 'm_lib>=2.0']
+ kw['install_requires'] = ['SQLObject>=2.2.1', 'm_lib.defenc>=1.0']
versionpath = join(abspath(dirname(__file__)), 'm_librarian', '__version__.py')
load_source('m_librarian_version', versionpath)
py26: argparse
py26,py27: SQLObject>=2.2.1
py34: SQLObject>=3.0.0
- py26,py27: m_lib>=2.0
- py34: m_lib>=3.0
+ m_lib.defenc>=1.0
sitepackages = True
# Don't fail or warn on uninstalled commands
whitelist_externals =