Installation

Since ecopann is a pure python module, it is easy to install.

Dependencies

The main dependencies of ecopann are:

and some commonly used modules:

  • os

  • sys

  • numpy

  • scipy

  • math

  • decimal

  • matplotlib

  • logging

  • warnings

  • time

Package managers

You can install ecopann by using pip:

$ sudo pip install ecopann

or from source:

$ git clone https://github.com/Guo-Jian-Wang/ecopann.git
$ cd ecopann
$ sudo python setup.py install

Test the installation

To test the correctness of the installation, you just need to download the examples and execute it in the examples directory by using the following command:

$ python train_linear.py