File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,22 @@ Hopefully you're using [virtualenv](http://virtualenv.readthedocs.org/en/latest/
24
24
pip install git+https://github.com/pvlib/pvlib-python.git
25
25
```
26
26
27
- Alternatively, `` git clone `` this repository and run
27
+ Alternatively, `` git clone `` this repository, `` cd `` into it, and run
28
28
29
29
```
30
30
pip install .
31
31
```
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,
38
+
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 . ``
42
+
35
43
Usage Example
36
44
-------------
37
45
```
You can’t perform that action at this time.
0 commit comments