Skip to content

Commit 621ad97

Browse files
committed
update readme to reflect installation via pypi
1 parent 1f67c2a commit 621ad97

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ Quick Start
2323

2424
Installation
2525
------------
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
2733

2834
```
2935
pip install git+https://github.com/pvlib/pvlib-python.git

0 commit comments

Comments
 (0)