Getting Started#

New to Python?#

You need to have Python installed on your system before you can use this package. Head over to Python.org for instructions.

Python version support#

Officially Python 3.8, 3.9, and 3.10. We aim to support the three most recent major versions.

OS support#

This package is tested with the latest Windows, MacOS, and Ubuntu (Linux) versions.

Install#

waveresponse can be installed via pip from PyPI.

pip install waveresponse

Upgrade#

waveresponse can be upgraded via pip from PyPI.

pip install --upgrade waveresponse