X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/98edd00eb4b05e85f7cb1b85cff2f4d733909c57..a13b139496c50e81964197336f51303022ab4e3b:/doc/install.rst diff --git a/doc/install.rst b/doc/install.rst index 92aad27..2d7883b 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -4,6 +4,9 @@ Installation ============ + +.. _install_dep: + Dependencies ------------ @@ -22,6 +25,9 @@ For Arch Linux, run:: Apart from isl, there are two optional dependencies that will maximize the use of LinPy's functions: `SymPy `_ and `matplotlib `_. Please consult the `SymPy download page `_ and `matplotlib installation instructions `_ to install these libraries. + +.. _install_pip: + Install Using pip ----------------- @@ -34,6 +40,7 @@ LinPy can be installed using pip with the command:: sudo pip install linpy + .. _install_source: Install From Source @@ -42,7 +49,7 @@ Install From Source Alternatively, LinPy can be installed from the source. First, clone the public git repository:: - git clone https://scm.cri.ensmp.fr/git/linpy.git + git clone https://scm.cri.mines-paristech.fr/git/linpy.git and build and install as usual with::