Skip to content

Commit 5a5ebbe

Browse files
committed
Update README
1 parent beef586 commit 5a5ebbe

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,20 @@ Support for many library features initially present in Boost, and which were add
1111

1212
These features were finally added to eigenpy with a lot of developer effort. This created additional need for supporting these additional features ourselves, including many downstream consumers (mainly in the robotics community).
1313

14-
## Installaton
14+
## Features
15+
16+
- bindings for Eigen's [Geometry module](https://libeigen.gitlab.io/docs/group__Geometry__Module.html) - quaternions, angle-axis representations...
17+
- bindings for Eigen's matrix dense and sparse decompositions and solvers
18+
19+
## Installation
1520

1621
### Dependencies
1722

18-
- the Eigen C++ template library - [conda-forge](https://anaconda.org/conda-forge/eigen) / [GitLab](https://gitlab.com/libeigen/eigen/)
19-
- [nanobind](https://github.com/wjakob/nanobind)
23+
- the Eigen C++ template library - [conda-forge](https://anaconda.org/conda-forge/eigen) | [repo](https://gitlab.com/libeigen/eigen/)
24+
- nanobind - [conda-forge](https://anaconda.org/conda-forge/nanobind) | [repo](https://github.com/wjakob/nanobind)
25+
26+
#### Conda
27+
28+
```bash
29+
conda install -c conda-forge nanobind eigen # or mamba install
30+
```

0 commit comments

Comments
 (0)