X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=INSTALL.txt;h=57f6e5287d117d9f5400e1ab1b4db39cde7d0cf8;hb=5628851b334cf39a59b621f773f48835566c364e;hp=4ce4c9e158bc2cff3de60988a03e2efdaa15ea6a;hpb=d319372b5f10e5d7d8631123768cbb6a7612ff83;p=m_lib.defenc.git diff --git a/INSTALL.txt b/INSTALL.txt index 4ce4c9e..57f6e52 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,7 +1,6 @@ -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. If you don't have it -installed setup.py will try to download and install it. +Installation script setup.py requires setuptools. Installation using pip: @@ -15,7 +14,7 @@ Installation using pip: Virtual environments: - pip install user m_lib.defenc + pip install m_lib.defenc For Python 2.6 the command is easy_install.