]> git.phdru.name Git - mimedecode.git/blobdiff - INSTALL.txt
Add requirements.txt to sdist; add [egg_info] to setup.cfg
[mimedecode.git] / INSTALL.txt
index f92c59501625cc290f69e791d6a580b2f57ced0a..381c00b192634074150d2b1cc62fa6d73786b468 100644 (file)
@@ -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