How to install pyfft
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install pyfft
Lastest release
PyFFT is a module containing Apple's FFT implementation ported for PyCuda and PyOpenCL. Documentation can be found in doc, managed by Sphinx (or, in rendered form, on project's page).
Module will work even if only one of PyCuda and PyOpenCL is present; that's why they are not added to dependencies, and it is your responsibility to install the module you need.