Skip to content

Commit def4f9f

Browse files
committed
added setuptools to list of required dependencies
1 parent 66e77b7 commit def4f9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: documentation/installation.rst

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Required Python package dependencies include:
5959
http://jinja.pocoo.org/
6060
* Matplotlib [Hunt07]_: used to produce figures,
6161
http://matplotlib.org/
62+
* Setuptools: used to install the pecos package, https://setuptools.pypa.io/
6263

6364
Optional Python packages dependencies include:
6465

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandas
33
numpy
44
jinja2
55
matplotlib
6-
6+
setuptools
77

88
# Optional
99
pvlib

0 commit comments

Comments
 (0)