X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fsource%2Frequirements.rst;h=eba8614239ca4070ae154c76b3cb8576c468bf2b;hb=ce9ead261a1f5827d2fc0aa64ae2bfffb352b718;hp=8f82266ca58e2216e660cafc7d6e0242486f0d0a;hpb=843d46c5be5605d071f17481c48ed0cb7f5acbaf;p=dunshire.git diff --git a/doc/source/requirements.rst b/doc/source/requirements.rst index 8f82266..eba8614 100644 --- a/doc/source/requirements.rst +++ b/doc/source/requirements.rst @@ -1,6 +1,21 @@ Requirements ------------ -The only requirement is the CVXOPT library, available for most Linux -distributions. Dunshire is targeted at python-3.x, but python-2.x will -probably work too. +Dunshire is a Python library, so it needs a Python interpreter. To +"build" it, you'll need `Setuptools +`_. The only other requirement +is the `CVXOPT `_ library, available for most Linux +distributions. + +So, end users require: + +* python (tested: 3.8, 3.9, 3.10) +* setuptools (tested: 65.7.0) +* cvxopt (tested: 1.3.0) + +Developers will also want: + +* `GNU Make `_ for convenience + and to build the documentation. +* `Pylint `_ for code warnings. +* `Sphinx `_ to build the documentation.