Skip to content

Commit

Permalink
fixing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyue100 committed Dec 6, 2023
1 parent 50d6381 commit af69780
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---

[![GitHub release](https://img.shields.io/github/release/duguyue100/pyaer.svg?style=flat-square)](https://github.com/duguyue100/pyaer/releases/latest)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyaer.svg?style=flat-square)](https://pypi.org/project/pyaer/)
[![PyPI - Version](https://img.shields.io/pypi/v/pyaer)]((https://pypi.org/project/pyaer/))
[![build](https://github.com/duguyue100/pyaer/actions/workflows/main.yml/badge.svg)](https://github.com/duguyue100/pyaer/actions/workflows/main.yml)
[![license](https://img.shields.io/github/license/duguyue100/pyaer.svg)](https://github.com/duguyue100/pyaer/blob/master/LICENSE)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1346279.svg)](https://doi.org/10.5281/zenodo.1346279)
Expand Down Expand Up @@ -34,7 +34,7 @@ building on travis-ci.org is ceased. We are looking for solutions to produce ARM

## Why PyAER?

iniVation has released [DV](https://gitlab.com/inivation/dv), a new platform and an SDK
iniVation has released [DV](https://gitlab.com/inivation/dv), a new platform and an SDK
for accessing and developing with event cameras.

For robotics projects, you may find [rpg_dvs_ros](https://github.com/uzh-rpg/rpg_dvs_ros)
Expand All @@ -61,7 +61,8 @@ alternatives.
# for Ubuntu
sudo apt-get install libcaer-dev
# for macOS
brew install libcaer
brew tap inivation/inivation
brew install libcaer --with-libserialport --with-opencv
```

Update `udev` rules if you use a Linux system:
Expand All @@ -85,7 +86,7 @@ alternatives.
$ pip install h5py
```

__NOTE:__ `pyzmq` is not available on ARM-based computer, you will need to build
__NOTE:__ `pyzmq` is not available on ARM-based computer, you will need to build
yourself.

### Development
Expand Down Expand Up @@ -124,5 +125,5 @@ configuration.

## Contacts

Yuhuang Hu
Yuhuang Hu
Email: [email protected]

0 comments on commit af69780

Please sign in to comment.