diff --git a/README.md b/README.md index 17ad0df8ac..38d6e3ad2e 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ Installation ============ pvlib-python releases may be installed using the ``pip`` and ``conda`` tools. +```bash +pip install pvlib +conda install -c conda-forge pvlib +``` Please see the [Installation page](https://pvlib-python.readthedocs.io/en/stable/user_guide/getting_started/installation.html) of the documentation for complete instructions. diff --git a/docs/sphinx/source/whatsnew/v0.13.1.rst b/docs/sphinx/source/whatsnew/v0.13.1.rst index d83667b302..bda8285180 100644 --- a/docs/sphinx/source/whatsnew/v0.13.1.rst +++ b/docs/sphinx/source/whatsnew/v0.13.1.rst @@ -55,3 +55,4 @@ Contributors * Rajiv Daxini (:ghuser:`RDaxini`) * Omar Bahamida (:ghuser:`OmarBahamida`) * Kevin Anderson (:ghuser:`kandersolar`) +* Mikaella Brewer (:ghuser:`brwerx`)