From 4be4ec00e16e9b3fb221e6f6b4bd4d24b26f8ddf Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Sat, 8 Apr 2017 15:38:30 +0200 Subject: [PATCH] Debian package documentation --- docs/source/debian.svg | 86 ++++++++++++++++++++++++++++++++++++ docs/source/installation.rst | 17 +++++-- 2 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 docs/source/debian.svg diff --git a/docs/source/debian.svg b/docs/source/debian.svg new file mode 100644 index 0000000..50dcb70 --- /dev/null +++ b/docs/source/debian.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 0ddd8c6..2965712 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -27,15 +27,26 @@ Besides the xtendor-python headers, all these methods place the `cmake` project .. image:: conda.svg -With the conda package manager ------------------------------- +Using the conda package +----------------------- -We provide a package for the conda package manager. +A package for xtensor-python is available on the conda package manager. .. code:: conda install -c conda-forge xtensor-python +.. image:: debian.svg + +Using the Debian package +------------------------ + +A package for xtensor-python is available on Debian. + +.. code:: + + sudo apt-get install xtensor-python-dev + .. image:: cmake.svg From source with cmake