From 6d05ffb1084ab08550286e07298d87fa685f003a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 14 Apr 2018 16:02:41 +0300 Subject: [PATCH] Build: Python 2.6 means pip >= 9, < 10 --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2