From: Oleg Broytman Date: Wed, 15 Jan 2014 15:43:49 +0000 (+0400) Subject: Installation using pip X-Git-Tag: 2.1.3~10 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=83bd7ac5b043ef6cb7b6eba1576076d40492b20b Installation using pip --- diff --git a/INSTALL.txt b/INSTALL.txt index d04b87f..24e393e 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -16,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