README mentions that pvlib can be installed using pip and conda, it does not include the actual command-line examples. For clarity and ease of use especially for new users it might be helpful to add the following standard commands to the Installation section:
pip install pvlib
conda install -c conda-forge pvlib
This small addition could improve accessibility and bring the documentation in line with common practices for Python packages on GitHub and PyPI.