Skip to content
Snippets Groups Projects
Unverified Commit aeee16ea authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #254 from nim65s/devel

badges: add PyPI
parents eddc7879 1d977b8d
No related branches found
No related tags found
No related merge requests found
Pipeline #15786 passed with warnings
......@@ -6,12 +6,12 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
<a href="https://travis-ci.org/stack-of-tasks/eigenpy"><img src="https://travis-ci.org/stack-of-tasks/eigenpy.svg?branch=master" alt="Build Status"/></a>
<a href="https://anaconda.org/conda-forge/eigenpy"><img src="https://img.shields.io/conda/dn/conda-forge/eigenpy.svg" alt="Conda Downloads"/></a>
<a href="https://anaconda.org/conda-forge/eigenpy"><img src="https://img.shields.io/conda/vn/conda-forge/eigenpy.svg" alt="Conda Version"/></a>
<a href="https://conda.anaconda.org/conda-forge"><img src="https://anaconda.org/conda-forge/eigenpy/badges/installer/conda.svg" alt="Anaconda-Server Badge"/></a>
<a href="https://badge.fury.io/py/eigenpy"><img src="https://badge.fury.io/py/eigenpy.svg" alt="PyPI version" height="18"></a>
</p>
**EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python.
**EigenPy** provides:
**EigenPy** provides:
- full memory sharing between Numpy and Eigen avoiding memory allocation
- full support Eigen::Ref avoiding memory allocation
- exposition of the Geometry module of Eigen for easy code prototyping
......@@ -60,7 +60,7 @@ where 35 should be replaced by the python 3 you want to work this (e.g. `robotpk
### Mac OS X
The installation of **EigenPy** on Mac OS X is made via [HomeBrew](https://brew.sh/).
The installation of **EigenPy** on Mac OS X is made via [HomeBrew](https://brew.sh/).
You just need to register the tap of the sofware repository.
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment