Installation

From Source

Requirements:

  • C11 compiler (GCC, Clang, MSVC)

  • BLAS/LAPACK development libraries

  • Meson build system

  • NumPy >= 2.0

# Install build dependencies
pip install meson-python meson numpy

# Clone and install
git clone https://github.com/jamestjsp/slicot.git
cd slicot
pip install .

Development Installation

git clone https://github.com/jamestjsp/slicot.git
cd slicot
pip install -e ".[test]"
pytest tests/python/