Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ First, install the ``doc`` dependencies specified in the
`setup.py <https://github.com/pvlib/pvlib-python/blob/main/setup.py>`_.
An easy way to do this is with::

pip install pvlib[doc]
pip install pvlib[doc] # on Mac: pip install "pvlib[doc]"

Note: Anaconda users may have trouble using the above command to update an
older version of docutils. If that happens, you can update it with ``conda``
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ non-editable way, use one of the following commands to install pvlib-python::

# get pvlib and optional dependencies from the Python Package Index
# another option if you know what you are doing
pip install pvlib[optional]
pip install pvlib[optional] # on Mac: pip install "pvlib[optional]"

.. note::

Expand Down Expand Up @@ -239,7 +239,7 @@ The Anaconda distribution includes most of the above packages.

Alternatively, users may install all optional dependencies using

pip install pvlib[optional]
pip install pvlib[optional] # on Mac: pip install "pvlib[optional]"


.. _nrelspa:
Expand Down