You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ Python bindings for the [xtensor](https://github.com/QuantStack/xtensor) C++ mul
13
13
14
14
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.
15
15
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
+
16
24
## Usage
17
25
18
26
### Example 1: Use an algorithm of the C++ library on a numpy array inplace.
0 commit comments