| layout | default |
|---|---|
| title | Installation |
| has_children | true |
| nav_order | 2 |
SDPA for Python can be installed via pip on Windows, macOS and Linux for x86_64 (as well as for arm64 on Linux). Two variants of this package are available on the Python Package Index (PyPI). The package using the SDPA (OpenBLAS) backend can be installed by
pip install sdpa-pythonThe package using the SDPA Multiprecision (GMP) backend can be installed by
pip install sdpa-multiprecisionDetailed documentation is present if you'd like to build from source.