X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=INSTALL.txt;h=35d4758388d569981b31ce5f2c0d7d3a49987ba4;hb=69903a8fcef8dc34e67b1d18ccd84ec133d82546;hp=f92c59501625cc290f69e791d6a580b2f57ced0a;hpb=04669ad22d9443fd8d475d605437b7e625a0a942;p=mimedecode.git diff --git a/INSTALL.txt b/INSTALL.txt index f92c595..35d4758 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -17,5 +17,8 @@ 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.