Installation
All platforms:
The setup.py script supports the following extra options for
optimizing the image scaler engine with SSE2/SSE3 processors:
--sse2 and --sse3
- On GNU/Linux and MacOS platforms:
python setup.py build install
- If gfortran is not your default Fortran compiler:
- python setup.py build --fcompiler=gfortran install
- or if it fails, you may try the following:
- python setup.py build_ext --fcompiler=gnu95 build install
- On Windows platforms (requires MinGW with gfortran):
- python setup.py build -c mingw32 install