File tree 2 files changed +7
-6
lines changed
docs/sphinx/source/whatsnew 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ pip install .
32
32
33
33
Add `` -e `` to install in [ develop mode] ( http://pip.readthedocs.org/en/latest/reference/pip_install.html#editable-installs ) .
34
34
35
- `` pvlib-python `` comes with Python bindings for NREL's solar position C code,
36
- however you must manually download the C code directly from [ NREL] ( http://www.nrel.gov/midc/spa/ ) .
37
- To use the NREL SPA algorithm,
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 . ``
38
41
39
- 1 . Download the SPA files from [ NREL] ( http://www.nrel.gov/midc/spa/ )
40
- 2 . Copy the SPA files into `` pvlib/spa_c_files ``
41
- 3 . From this `` pvlib-python `` directory, run `` pip install . -I --no-deps ``
42
42
43
43
Usage Example
44
44
-------------
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Other changes
40
40
* Adding logging calls, removing print calls.
41
41
* Improved PEP8 compliance.
42
42
* Added ``/pvlib/data`` for lookup tables, test, and tutorial data.
43
+ * Removed NREL's SPA code to comply with their license (:issue:`9`).
43
44
44
45
45
46
Documentation
You can’t perform that action at this time.
0 commit comments