From: Oleg Broytman Date: Sun, 22 Dec 2013 00:17:41 +0000 (+0400) Subject: setup.py installs library parts into ~/.local/lib X-Git-Tag: v2.3.2~40 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=5f3dca690aecb5ec056244e7c0c982fcc2215018 setup.py installs library parts into ~/.local/lib --- 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.