From 7e51dcaa86c95846f67c4cb4942e57ff0deffa9c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 15 Jan 2014 19:44:40 +0400 Subject: [PATCH] Installation using pip --- INSTALL.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.txt b/INSTALL.txt index 35d4758..79172ff 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -22,3 +22,7 @@ where python finds it. It also installs mimedecode script into $HOME/.local/bin; add the directory to your $PATH or move the script to a directory in your $PATH. + +Installation using pip: + + pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] mimedecode -- 2.39.2