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.
Note: Most modern linux distributions already come with rustup