Installation

Basic Installation

With Python 3.5 or greater you can install pyntcloud using pip:

pip install pyntcloud

You can also install with miniconda:

https://conda.io/miniconda.html

And running:

conda install pyntcloud -c conda-forge

Installation for developers

Check Contributing