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`_. .. code-block:: shell pip install waveresponse .. _upgrade: Upgrade ------- ``waveresponse`` can be upgraded via pip from `PyPI`_. .. code-block:: shell pip install --upgrade waveresponse .. _Python.org: https://python.org .. _PyPI: https://pypi.org/