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