Installation¶
From PyPI¶
From source¶
Optional extras¶
| Extra | Installs | Use |
|---|---|---|
test |
pytest |
Running the test suite |
docs |
mkdocs-material, mkdocstrings[python], mike, mkdocs-include-markdown-plugin |
Building this site locally |
pip install -e ".[test]" # for tests
pip install -e ".[docs]" # for docs
pip install -e ".[test,docs]" # both
Requirements¶
No system-level solver install is required: HiGHS comes from
highspy. If you want to swap in a different HiGHS build, drop in
a different highspy wheel.