Installation

Stable release

To install ncollpyde, run this command in your terminal:

$ pip install ncollpyde

This is the preferred method to install ncollpyde, as it will always install the most recent stable release.

Many platforms are supported with pre-compiled wheels. If your platform does not have a wheel available, the package will be built from the source distribution, for which you will need a compatible rust toolchain.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for ncollpyde can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/clbarnes/ncollpyde

Or download the tarball:

$ curl  -OL https://github.com/clbarnes/ncollpyde/tarball/master

Once you have a copy of the source, you can install it with:

$ pip install path/to/ncollpyde