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: .. code-block:: bash pip install pvpltools To update an existing installation, run: .. code-block:: bash pip install -U pvpltools