X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/960f0c252361dfd696359f803aae40a9b13b14a6..7b93cea1daf2889e9ee10ca9c22a1b5124404937:/doc/install.rst diff --git a/doc/install.rst b/doc/install.rst index a19f9ba..0ed0654 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -6,24 +6,24 @@ Installation Source ====== -Users can install Linpy by cloning the git repository:: +Users can install LinPy by cloning the git repository:: git clone https://scm.cri.ensmp.fr/git/pypol.git Install ======= -…execute `setup.py` +…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`_ . +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`_. +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 \ No newline at end of file +.. _link: http://matplotlib.org/faq/installing_faq.html