Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 655 Bytes

File metadata and controls

22 lines (16 loc) · 655 Bytes
layout default
title Installation
has_children true
nav_order 2

Installing SDPA for Python

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-python

The package using the SDPA Multiprecision (GMP) backend can be installed by

pip install sdpa-multiprecision

Detailed documentation is present if you'd like to build from source.