Skip to content

Commit aeee16e

Browse files
authored
Merge pull request #254 from nim65s/devel
badges: add PyPI
2 parents eddc787 + 1d977b8 commit aeee16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ EigenPy — Efficient Python bindings between Numpy/Eigen
66
<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>
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>
9-
<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>
9+
<a href="https://badge.fury.io/py/eigenpy"><img src="https://badge.fury.io/py/eigenpy.svg" alt="PyPI version" height="18"></a>
1010
</p>
1111

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

14-
**EigenPy** provides:
14+
**EigenPy** provides:
1515
- full memory sharing between Numpy and Eigen avoiding memory allocation
1616
- full support Eigen::Ref avoiding memory allocation
1717
- 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
6060

6161
### Mac OS X
6262

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

6666
```

0 commit comments

Comments
 (0)