X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/25ce908cffca380f930182a77c1e5a4491042a1c..51e97eade63b2f4c7b500feb503436cc4a886e59:/doc/install.rst diff --git a/doc/install.rst b/doc/install.rst index 35cd056..a19f9ba 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -3,17 +3,27 @@ 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 ============ -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`_ . +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`_ . -Source -====== +To use the Linpy plotting function, users need to install matplotlib using instructions in the following `link`_. -Git -=== .. _here: http://freshmeat.net/projects/isl/ + +.. _link: http://matplotlib.org/faq/installing_faq.html \ No newline at end of file