From: Oleg Broytman Date: Sat, 14 Apr 2018 13:02:31 +0000 (+0300) Subject: Build: Python 2.6 means pip >= 9, < 10 X-Git-Url: https://git.phdru.name/?p=m_lib.defenc.git;a=commitdiff_plain;h=bda8ccf3813032e5c9b39f56491d29e0b83e006b Build: Python 2.6 means pip >= 9, < 10 --- diff --git a/INSTALL.txt b/INSTALL.txt index d2c3f2c..57f6e52 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,4 +1,4 @@ -m_lib.defenc requires Python 2.6, 2.7 or 3.4+. +m_lib.defenc requires Python 2.6 (that means pip >= 9, < 10), 2.7 or 3.4+. Installation script setup.py requires setuptools.