.. _installation: Installation ------------ Source ====== Users can install LinPy by cloning the git repository:: git clone https://scm.cri.ensmp.fr/git/pypol.git Install ======= …execute `setup.py` Dependencies ============ LinPy has several dependencies. Users will first need to install Integer Set Library (isl). The source files of isl are available as a tarball or a git repository. Both are available `here`_ . To use the LinPy plotting function, users need to install matplotlib using instructions in the following `link`_. .. _here: http://freshmeat.net/projects/isl/ .. _link: http://matplotlib.org/faq/installing_faq.html