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