Skip to content

Commit 7575f85

Browse files
Merge pull request #255 from SylvainCorlay/update-installation-instructions
Update installation instructions
2 parents cfa68cb + 895e5b6 commit 7575f85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ The Python bindings for `xtensor` are based on the [pybind11](https://github.com
1818

1919
## Installation
2020

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

2323
```bash
24-
conda install -c conda-forge xtensor-python
24+
mamba install -c conda-forge xtensor-python
2525
```
2626

2727
## Documentation

docs/source/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Besides the xtendor-python headers, all these methods place the `cmake` project
2727

2828
.. image:: conda.svg
2929

30-
Using the conda package
31-
-----------------------
30+
Using the conda-fore package
31+
----------------------------
3232

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

3535
.. code::
3636
37-
conda install -c conda-forge xtensor-python
37+
mamba install -c conda-forge xtensor-python
3838
3939
.. image:: debian.svg
4040

0 commit comments

Comments
 (0)