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" ```