From e2bf267daf79a1245d6998826cc658993bc355d2 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F." Date: Sat, 25 Nov 2023 17:08:32 +0100 Subject: [PATCH] Readme update --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c70a52e..5fe1656 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,15 @@ Welcome to LASPrs: Library for Acoustic Signal Processing. LASPrs is a rust library that provides tools and measurement software that enables the acquisition and processing of (multi) sensor data in real time on a PC and output results. -The Python bindings of this library are available through [pylasprs](https://code.ascee.nl/ascee/pylasprs). +## Documentation + +Documentation is provided at [doc.rs](https://docs.rs/lasprs/0.2.1/lasprs). + +## Python bindings + +The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via: + +``` +$ pip install git+https://code.ascee.nl/ascee/lasprs +```