From 77115a04ac61c5d2707f65df4e59335d84856739 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Mon, 22 Dec 2025 08:56:20 -0500 Subject: [PATCH] Update installation.rst --- docs/sphinx/source/user_guide/getting_started/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/source/user_guide/getting_started/installation.rst b/docs/sphinx/source/user_guide/getting_started/installation.rst index c50fe0a37c..8212c5b251 100644 --- a/docs/sphinx/source/user_guide/getting_started/installation.rst +++ b/docs/sphinx/source/user_guide/getting_started/installation.rst @@ -185,7 +185,7 @@ With your conda/virtual environment still active... Consider installing pvlib using ``pip install -e .[all]`` so that you can run the unit tests and build the documentation. Your clone directory is probably similar to - ``C:\Users\%USER%\Documents\GitHub\pvlib-python``(Windows) or + ``C:\Users\%USER%\Documents\GitHub\pvlib-python`` (Windows) or ``/Users/%USER%/Documents/pvlib-python`` (Mac). #. **Test** your installation by running ``python -c 'import pvlib'``. You're good to go if it returns without an exception.