]> git.phdru.name Git - m_lib.git/blobdiff - INSTALL.txt
Use int() instead of atoi() for Py3 compatibility
[m_lib.git] / INSTALL.txt
index 5d05b6482cbab8a32222d9e168f29fbedf968235..24e393ef816ca65d3767fe54089376390eb02475 100644 (file)
@@ -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