Skip to content

Commit 7ceb791

Browse files
Merge pull request #197 from SylvainCorlay/update-installation-instructions
Update installation instructions
2 parents 848ed9e + 294654b commit 7ceb791

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Low-level functions to interface with BLAS or LAPACK with xtensor containers are
2222

2323
## Installation
2424

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

2727
```
28-
conda install -c conda-forge xtensor-blas
28+
mamba install -c conda-forge xtensor-blas
2929
```
3030

3131
which will also install the core `xtensor` package.

docs/source/installation.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Besides the xtendor headers, all these methods place the `cmake` project configu
3030

3131
.. image:: conda.svg
3232

33-
Using the conda package
34-
-----------------------
33+
Using the conda-forge package
34+
-----------------------------
3535

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

3838
.. code::
3939
40-
conda install -c conda-forge xtensor-blas
40+
mamba install -c conda-forge xtensor-blas
4141
4242
.. image:: cmake.svg
4343

0 commit comments

Comments
 (0)