X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=INSTALL.txt;h=381c00b192634074150d2b1cc62fa6d73786b468;hb=938e7ba44d0245ec246c41baefec33a6ab252f44;hp=f92c59501625cc290f69e791d6a580b2f57ced0a;hpb=04669ad22d9443fd8d475d605437b7e625a0a942;p=mimedecode.git diff --git a/INSTALL.txt b/INSTALL.txt index f92c595..381c00b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -17,5 +17,12 @@ home directory; run run the following command: python setup.py install -O2 --user Option '--user' only available in Python 2.6 or 2.7. The command -installs mimedecode into $HOME/.local/bin; add the directory to your -$PATH. +installs library parts into $HOME/.local/lib/python2.$VERSION/site-packages/ +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: + + [sudo] pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' [--user] mimedecode