Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 449 Bytes

installation.rst

File metadata and controls

32 lines (17 loc) · 449 Bytes

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 :ref:`contributing`