Installation

If you don’t have Python installed, Anaconda is an easy way to get up and running with Python.

Installation of py-wave-runup can be done with pip. Run this command in your terminal of choice to grab the latest release of this package:

pip install py-wave-runup

If you’ve installed an older version and want to upgrade to the latest version, run this command:

pip install --upgrade py-wave-runup

After you’re up and running, head on over to Usage for some examples of what you can do.