Skip to content

Commit 67972e0

Browse files
committed
fix numbering
1 parent 7b3a6cc commit 67972e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Add ``-e`` to install in [develop mode](http://pip.readthedocs.org/en/latest/ref
3535
To use the NREL SPA algorithm, a pip install from the web cannot be used. Instead:
3636

3737
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 . ``
38+
2. Download the SPA files from [NREL](http://www.nrel.gov/midc/spa/)
39+
3. Copy the SPA files into ``pvlib-python/pvlib/spa_c_files``
40+
4. From the ``pvlib-python`` directory, run ``pip uninstall pvlib`` followed by ``pip install . ``
4141

4242

4343
Usage Example

0 commit comments

Comments
 (0)