Install

This section covers the basics of how to download and install wavePy. We recommend you to install the Anaconda Python distribution.

Installing from source

Clone the wavePy from GitHub repository:

git clone https://github.com/wavepy/wavepy.git wavepy

then:

cd wavepy
python setup.py install