Skip to content

Commit d404797

Browse files
committed
Update installation instructions
1 parent 5bbeae4 commit d404797

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
@@ -50,10 +50,10 @@ s
5050

5151
### Installation of the standalone C++ library
5252

53-
`xtensor-r` a header-only C++ library. It has been packaged for the conda package manager.
53+
`xtensor-r` a header-only C++ library. It has been packaged for the mamba (or conda) package manager.
5454

5555
```bash
56-
conda install xtensor-r -c conda-forge
56+
mamba install xtensor-r -c conda-forge
5757
```
5858

5959
`xtensor-r` can be installed from source with cmake in any installation prefix. For example, on unix systems

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-r headers, all these methods place the `cmake` project confi
2727

2828
.. image:: conda.svg
2929

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

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

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

0 commit comments

Comments
 (0)