]> git.phdru.name Git - mimedecode.git/blob - INSTALL.txt
Version 2.1.4: add installation instruction in INSTALL.txt
[mimedecode.git] / INSTALL.txt
1 mimedecode requires Python2; preferred versions are 2.6 or 2.7.
2 mimedecode requires m_lib library.
3
4 First install m_lib.
5
6 To install the program from sources system-wide run run the following
7 command:
8
9    sudo python setup.py install -O2
10
11 If you don't want to install it system-wide you can install it in your
12 home directory; run run the following command:
13
14    python setup.py install -O2 --user
15
16 Option '--user' only available in Python 2.6 or 2.7. The command
17 installs mimedecode into $HOME/.local/bin; add the directory to your
18 $PATH.
19
20 Or you can simple drop mimedecode.py somewhere in your $PATH.