X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=blobdiff_plain;f=INSTALL.txt;h=24e393ef816ca65d3767fe54089376390eb02475;hp=5d05b6482cbab8a32222d9e168f29fbedf968235;hb=ee5ae8bff7bd4b242788e3ba7807a49a59f79ebb;hpb=924748035256075a7b323d623ba521a7a9cce873 diff --git a/INSTALL.txt b/INSTALL.txt index 5d05b64..24e393e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,8 @@ m_lib requires Python2; preferred versions are 2.6 or 2.7. +Installation script setup.py requires setuptools. If you don't have it +installed setup.py will try to download and install it. + To install the library from sources system-wide run run the following command: @@ -13,3 +16,7 @@ home directory; run run the following command: Option '--user' only available in Python 2.6 or 2.7. The command installs m_lib into $HOME/.local/lib/python2.$VERSION/site-packages/ where python finds it. + +Installation using pip: + + pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] m_lib