Skip to content

Commit c7cb422

Browse files
committed
clarify that pvlib needs to be installed after anaconda
1 parent f63c152 commit c7cb422

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/sphinx/source/installation.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,18 @@ that you'll need for pvlib, including Pandas, NumPy, and SciPy.
4545
See the `Anaconda FAQ <http://docs.continuum.io/anaconda/faq.html>`_
4646
for more information.
4747

48+
You can now install pvlib-python by one of the methods below.
49+
4850

4951
.. _standardrelease:
5052

5153
Install standard release
5254
------------------------
5355

54-
To obtain the most recent stable release of pvlib-python, use `conda
55-
<http://conda.pydata.org/docs/>`_ (recommended if you use the Anaconda
56-
Python distribution) or `pip <https://pip.pypa.io>`_ (works with any
57-
Python distribution)::
56+
To install the most recent stable release of pvlib-python in a
57+
non-editable way, use `conda <http://conda.pydata.org/docs/>`_
58+
(recommended if you use the Anaconda Python distribution) or `pip
59+
<https://pip.pypa.io>`_ (works with any Python distribution)::
5860

5961
conda install -c pvlib pvlib
6062

0 commit comments

Comments
 (0)