Installation

You can use PyPI to install this package:

$  pip install pycwt

To install the most recent development version in Github, run

$ pip install https://github.com/regeirk/pycwt.git@development

You can also clone the source code and install

$ git clone https://github.com/regeirk/pycwt.git
$ cd pycwt
$ python setup.py install

or, using pip,

$ git clone https://github.com/regeirk/pycwt.git
$ cd pycwt
$ pip install -e .

Requirements

This package has the following requirements:

  • numpy for numerical computations
  • scipy for statistical significance calculations
  • matplotlib for rich data visualization
  • tqdm to show the progress of calcuations

Contributing

Any contributions to improve the code or the documentation is wellcome. Follow the contrubution guidelines before pushing any changes.