We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770bcd1 commit 77115a0Copy full SHA for 77115a0
docs/sphinx/source/user_guide/getting_started/installation.rst
@@ -185,7 +185,7 @@ With your conda/virtual environment still active...
185
Consider installing pvlib using ``pip install -e .[all]`` so that
186
you can run the unit tests and build the documentation.
187
Your clone directory is probably similar to
188
- ``C:\Users\%USER%\Documents\GitHub\pvlib-python``(Windows) or
+ ``C:\Users\%USER%\Documents\GitHub\pvlib-python`` (Windows) or
189
``/Users/%USER%/Documents/pvlib-python`` (Mac).
190
#. **Test** your installation by running ``python -c 'import pvlib'``.
191
You're good to go if it returns without an exception.
0 commit comments