]> git.phdru.name Git - mimedecode.git/commitdiff
setup.py installs library parts into ~/.local/lib
authorOleg Broytman <phd@phdru.name>
Sun, 22 Dec 2013 00:17:41 +0000 (04:17 +0400)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Dec 2013 00:17:41 +0000 (04:17 +0400)
INSTALL.txt

index f92c59501625cc290f69e791d6a580b2f57ced0a..35d4758388d569981b31ce5f2c0d7d3a49987ba4 100644 (file)
@@ -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.