X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/5eca735504be3b7c301e2a1fa37712eb88b4ec64..d9ce6feb2d36e40e83326744f1d4ff3890d1874f:/doc/install.rst diff --git a/doc/install.rst b/doc/install.rst index 545e773..a19f9ba 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -3,21 +3,27 @@ Installation ------------ -Dependencies -============ +Source +====== -Pypol requires at least Python3.4. 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`_ . +Users can install Linpy by cloning the git repository:: + git clone https://scm.cri.ensmp.fr/git/pypol.git -Source -====== +Install +======= -add link to pypi pypol documentation. +…execute `setup.py` -Git -=== +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`_. -add link to git repo .. _here: http://freshmeat.net/projects/isl/ + +.. _link: http://matplotlib.org/faq/installing_faq.html \ No newline at end of file