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. .. code-block:: 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.