Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 409 Bytes

AHRS_cython

A few AHRS filters in Cython.

Installation

From the desired python (>=3.6) environment, clone the repository. From the repository's directory, install the requirements and run the compilation and installation pipelines:

$ git clone https://github.com/rfayat/AHRS_cython.git
$ cd AHRS_cython
$ pip install -r requirements.txt
$ python setup.py build_ext --inplace
$ pip install .