Skip to content

Commit 0e9a985

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents c51a4d6 + e3635c2 commit 0e9a985

File tree

5 files changed

+8802
-8762
lines changed

5 files changed

+8802
-8762
lines changed

docs/sphinx/source/installation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@ non-editable way, use one of the following commands to install pvlib-python::
7777
# another option if you know what you are doing
7878
pip install pvlib[optional]
7979

80+
.. note::
81+
82+
By default, pvlib will not install some infrequently used dependencies.
83+
If you run into an error such as
84+
`ModuleNotFoundError: No module named 'netCDF4'`
85+
you can either install pvlib with all optional dependencies using
86+
`pip install pvlib[optional]`, or you can install pvlib from conda-forge
87+
`conda create -n pvlib -c conda-forge pvlib-python; conda activate pvlib`.
88+
8089
If your system complains that you don't have access privileges or asks
8190
for a password then you're probably trying to install pvlib into your
8291
system's Python distribution. This is usually a bad idea and you should

docs/sphinx/source/whatsnew/v0.7.0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ recommend all users of v0.6.3 upgrade to this release after checking API
88
compatibility notes.
99

1010
**Python 2.7 support ended on June 1, 2019.** (:issue:`501`)
11+
**Python 2.7 support ended on June 1, 2019**. (:issue:`501`)
1112
**Minimum numpy version is now 1.10.4. Minimum pandas version is now 0.18.1.**
1213

1314
Bug fixes
@@ -26,4 +27,4 @@ Contributors
2627
* Mark Campanellli (:ghuser:`markcampanelli`)
2728
* Will Holmgren (:ghuser:`wholmgren`)
2829
* Oscar Dowson (:ghuser:`odow`)
29-
* Alexander Morgan (:ghuser:`alexandermorgan`)
30+
* Alexander Morgan (:ghuser:`alexandermorgan`)

0 commit comments

Comments
 (0)