From 3a5fa77f7c33f34a8cf654083c9a94a2f6a9dcbf Mon Sep 17 00:00:00 2001 From: Rob Sare Date: Mon, 30 Sep 2019 16:42:08 -0700 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a743bda..0e370d9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Python bindings for multiscale curvature classification (MCC) of point cloud dat See [**pymccrgb**](https://pymccrgb.readthedocs.io/en/latest/) for a Python interface to MCC-RGB, an extension of MCC to points with color attributes. +## Installation + +This package requires CMake, Boost, at least the C++11 standard library, and the LibLAS C API. + +```bash +git clone https://github.com/stgl/pymcc +cd pymcc +# Activate virtual environment as needed +pip install . +``` + ## Reference Implements method described in