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 7b3a6cc commit 67972e0Copy full SHA for 67972e0
README.md
@@ -35,9 +35,9 @@ Add ``-e`` to install in [develop mode](http://pip.readthedocs.org/en/latest/ref
35
To use the NREL SPA algorithm, a pip install from the web cannot be used. Instead:
36
37
1. Download the pvlib repository from https://github.com/pvlib/pvlib-python.git
38
-#. Download the SPA files from [NREL](http://www.nrel.gov/midc/spa/)
39
-#. Copy the SPA files into ``pvlib-python/pvlib/spa_c_files``
40
-#. From the ``pvlib-python`` directory, run ``pip uninstall pvlib`` followed by ``pip install . ``
+2. Download the SPA files from [NREL](http://www.nrel.gov/midc/spa/)
+3. Copy the SPA files into ``pvlib-python/pvlib/spa_c_files``
+4. From the ``pvlib-python`` directory, run ``pip uninstall pvlib`` followed by ``pip install . ``
41
42
43
Usage Example
0 commit comments