File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ Add ``-e`` to install in [develop mode](http://pip.readthedocs.org/en/latest/ref
35
35
To use the NREL SPA algorithm, a pip install from the web cannot be used. Instead:
36
36
37
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 . ``
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 . ``
41
41
42
42
43
43
Usage Example
You can’t perform that action at this time.
0 commit comments