From ada5bfb4277f6c8c3155a3375f80e0f0f90428b6 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 18 Jul 2024 17:40:57 +0200 Subject: [PATCH] Comment syntax markdown fix --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4f43b8..f022c61 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ and processing of (multi) sensor data in real time on a PC and output results. ## Note to potential users -** This crate is still under heavy development. API changes happen on the fly. -Documentation is not finished. Use with caution but except things to be broken -and buggy.** +**This crate is still under heavy development. API changes happen on the fly. Documentation is not finished. Use with caution but except things to be broken and buggy.** ## Documentation @@ -19,6 +17,6 @@ Documentation is provided at [doc.rs](https://docs.rs/lasprs/latest/lasprs). The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via: ``` -$ pip install git+https://code.ascee.nl/ascee/lasprs +$ pip install git+https://code.ascee.nl/ascee/lasprs --install-option "--all-features" ```