From 5f3dca690aecb5ec056244e7c0c982fcc2215018 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 22 Dec 2013 04:17:41 +0400 Subject: [PATCH] setup.py installs library parts into ~/.local/lib --- INSTALL.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.39.2