From 83bd7ac5b043ef6cb7b6eba1576076d40492b20b Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 15 Jan 2014 19:43:49 +0400 Subject: [PATCH] Installation using pip --- INSTALL.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2