InstallationΒΆ

Windows and MacOS executables are available for all major releases on GitHub.

To install SPCal via pip, first clone the repository, then install as a local package.

git clone https://github.com/djdt/spcal
cd spcal
pip install -e

The program can then be launched from the command line using spcal.

For help, options and usage run spcal --help.

Note

Installation requires compilation of a C++ extension. For more information see the Python documentation on Building C and C++ Extensions and Building C and C++ Extensions on Windows.

Note

From spcal version 2.0.0 onwards the oneTBB C++ library is required.