Installation#

pvpltools needs some commonly used packages like NumPy, SciPy and pandas. Some functions also depend on pvlib or ruamel.yaml and the examples use Matplotlib and OpenPyXL (indirectly).

To install pvpltools from PyPI, run:

pip install pvpltools

To update an existing installation, run:

pip install -U pvpltools