Requirements¶
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: