Update docs
[linpy.git] / doc / install.rst
1 .. _installation:
2
3 Installation
4 ------------
5
6 Source
7 ======
8
9 Users can install LinPy by cloning the git repository::
10
11 git clone https://scm.cri.ensmp.fr/git/pypol.git
12
13 Install
14 =======
15
16 …execute `setup.py`
17
18 Dependencies
19 ============
20
21 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`_ .
22
23 To use the LinPy plotting function, users need to install matplotlib using instructions in the following `link`_.
24
25
26
27 .. _here: http://freshmeat.net/projects/isl/
28
29 .. _link: http://matplotlib.org/faq/installing_faq.html