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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,13 @@ Quick Start
23
23
24
24
Installation
25
25
------------
26
-
Hopefully you're using [virtualenv](http://virtualenv.readthedocs.org/en/latest/) and [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org). To install, run
26
+
To obtain the most recent stable release, just use ``pip``:
27
+
28
+
```
29
+
pip install pvlib-python
30
+
```
31
+
32
+
We strongly recommend working in a *virtual environment* (see the wiki or Google for more information). To install the latest development versions, run
0 commit comments