Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions docs/source/debian.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 14 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down