]> git.phdru.name Git - m_lib.git/blob - INSTALL.txt
Version 2.0.1: add installation instruction in INSTALL.txt
[m_lib.git] / INSTALL.txt
1 m_lib requires Python2; preferred versions are 2.6 or 2.7.
2
3 To install the library from sources system-wide run run the following
4 command:
5
6    sudo python setup.py install -O2
7
8 If you don't want to install it system-wide you can install it in your
9 home directory; run run the following command:
10
11    python setup.py install -O2 --user
12
13 Option '--user' only available in Python 2.6 or 2.7. The command
14 installs m_lib into $HOME/.local/lib/python2.$VERSION/site-packages/
15 where python finds it.