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