From: Oleg Broytman Date: Wed, 15 Jan 2014 15:44:40 +0000 (+0400) Subject: Installation using pip X-Git-Tag: v2.3.2~34 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=7e51dcaa86c95846f67c4cb4942e57ff0deffa9c Installation using pip --- 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