You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pvlib-python is a community supported tool that provides a set of documented functions for simulating the performance of photovoltaic energy systems. The toolbox was originally developed in MATLAB at Sandia National Laboratories and it implements many of the models and methods developed at the Labs. More information on Sandia Labs PV performance modeling programs can be found at https://pvpmc.sandia.gov/. We collaborate with the PVLIB-MATLAB project, but operate independently of it.
@@ -43,11 +43,11 @@ NREL SPA algorithm
43
43
------------------
44
44
pvlib-python is distributed with several validated, high-precision, and high-performance solar position calculators.
45
45
It also includes wrappers for the official NREL SPA algorithm.
46
-
To use the NREL SPA algorithm, a pip install from the web cannot be used. Instead:
46
+
To use the NREL SPA algorithm, a pip install from the web cannot be used. Instead:
47
47
48
48
1. Download the pvlib repository from https://github.com/pvlib/pvlib-python.git
49
49
2. Download the SPA files from [NREL](http://www.nrel.gov/midc/spa/)
50
-
3. Copy the SPA files into ``pvlib-python/pvlib/spa_c_files``
50
+
3. Copy the SPA files into ``pvlib-python/pvlib/spa_c_files``
51
51
4. From the ``pvlib-python`` directory, run ``pip uninstall pvlib`` followed by ``pip install . ``
0 commit comments