Skip to content

Commit 715b907

Browse files
committed
badges: add PyPI
1 parent 7b4e9b0 commit 715b907

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
77
<a href="https://anaconda.org/conda-forge/eigenpy"><img src="https://img.shields.io/conda/dn/conda-forge/eigenpy.svg" alt="Conda Downloads"/></a>
88
<a href="https://anaconda.org/conda-forge/eigenpy"><img src="https://img.shields.io/conda/vn/conda-forge/eigenpy.svg" alt="Conda Version"/></a>
99
<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>
10+
<a href="https://badge.fury.io/py/eigenpy"><img src="https://badge.fury.io/py/eigenpy.svg" alt="PyPI version" height="18"></a>
1011
</p>
1112

1213
**EigenPy** is an open source framework which allows to bind the famous [Eigen](http://eigen.tuxfamily.org) C++ library in Python.
1314

14-
**EigenPy** provides:
15+
**EigenPy** provides:
1516
- full memory sharing between Numpy and Eigen avoiding memory allocation
1617
- full support Eigen::Ref avoiding memory allocation
1718
- exposition of the Geometry module of Eigen for easy code prototyping
@@ -60,7 +61,7 @@ where 35 should be replaced by the python 3 you want to work this (e.g. `robotpk
6061

6162
### Mac OS X
6263

63-
The installation of **EigenPy** on Mac OS X is made via [HomeBrew](https://brew.sh/).
64+
The installation of **EigenPy** on Mac OS X is made via [HomeBrew](https://brew.sh/).
6465
You just need to register the tap of the sofware repository.
6566

6667
```

0 commit comments

Comments
 (0)