Skip to content

Update installation instructions #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ The Python bindings for `xtensor` are based on the [pybind11](https://github.com

## Installation

`xtensor-python` is a header-only library. We provide a package for the conda package manager.
`xtensor-python` is a header-only library. We provide a package for the mamba (or conda) package manager.

```bash
conda install -c conda-forge xtensor-python
mamba install -c conda-forge xtensor-python
```

## Documentation
Expand Down
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ Besides the xtendor-python headers, all these methods place the `cmake` project

.. image:: conda.svg

Using the conda package
-----------------------
Using the conda-fore package
----------------------------

A package for xtensor-python is available on the conda package manager.
A package for xtensor-python is available on the mamba (or conda) package manager.

.. code::

conda install -c conda-forge xtensor-python
mamba install -c conda-forge xtensor-python

.. image:: debian.svg

Expand Down