Skip to content

Commit

Permalink
Merge pull request #197 from SylvainCorlay/update-installation-instru…
Browse files Browse the repository at this point in the history
…ctions

Update installation instructions
  • Loading branch information
SylvainCorlay committed Apr 13, 2021
2 parents 848ed9e + 294654b commit 7ceb791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Low-level functions to interface with BLAS or LAPACK with xtensor containers are

## Installation

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

```
conda install -c conda-forge xtensor-blas
mamba install -c conda-forge xtensor-blas
```

which will also install the core `xtensor` package.
Expand Down
8 changes: 4 additions & 4 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Besides the xtendor headers, all these methods place the `cmake` project configu

.. image:: conda.svg

Using the conda package
-----------------------
Using the conda-forge package
-----------------------------

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

.. code::
conda install -c conda-forge xtensor-blas
mamba install -c conda-forge xtensor-blas
.. image:: cmake.svg

Expand Down

0 comments on commit 7ceb791

Please sign in to comment.