Installation#
Pip#
The preferred way to install the Alpaqa Python interface is using pip:
python3 -m pip install alpaqa
(PyPI)
To compile problems using the Python interface, you will need a C compiler, such as GCC or Clang on Linux and MSVC on Windows.
From source#
Building Alpaqa from source requires the installation of some C++ dependencies, see Installation (Doxygen) for detailed instructions.