Installation
============

To install the package use

 ``pip install tatb06-fft``

Since this is a mixed Rust and Python package, running the above will try to compile the Rust source code for your platform. Because of this you need to have the Rust toolchain installed. To see if it is installed run ``rustup --version``. If not, follow the instructions on `here <https://www.rust-lang.org/tools/install>`_.

*Note: Most modern linux distributions already come with rustup*
