Installation
Install prerequisites for your operating system:
Run gcc --version
and make sure it's actually using the GNU
compiler, not Clang. Otherwise create a symbolic link gcc
to gcc-13
or whatever version Homebrew installed and put it
early on the search PATH
.
To use the library from your own scripts, simply install it from its source repository:
Python 3.10 or later is required. This will also install all required Python libraries, such as NumPy, if missing.
If you intend to work on the library code yourself, refer to the development chapter for installation instructions instead.