Installation#

Requirements#

Install from PyPI#

pip install hklpy2-solvers

Install for development#

git clone https://github.com/prjemian/hklpy2_solvers
cd hklpy2_solvers
pip install -e ".[dev]"

Install with documentation dependencies#

pip install -e ".[doc]"

Or install everything at once:

pip install -e ".[all]"