Skip to content

Commit 277aff6

Browse files
committed
Add conda installation instructions
1 parent ef73cc6 commit 277aff6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ Python bindings for the [xtensor](https://github.com/QuantStack/xtensor) C++ mul
1313

1414
The Python bindings for `xtensor` are based on the [pybind11](https://github.com/pybind/pybind11/) C++ library, which enables seemless interoperability between C++ and Python.
1515

16+
## Installation
17+
18+
`xtensor-python` is a header-only library. We provide a package for the conda package manager.
19+
20+
```bash
21+
conda install -c conda-forge xtensor-python
22+
```
23+
1624
## Usage
1725

1826
### Example 1: Use an algorithm of the C++ library on a numpy array inplace.

0 commit comments

Comments
 (0)