F2PY 和 Windows 與 MSYS2#
依照標準的安裝指示。然後,為了取得使用 MVSC
的必要 Fortran 編譯器
# Assuming a fresh install
pacman -Syu # Restart the terminal
pacman -Su # Update packages
# Get the toolchains
pacman -S --needed base-devel gcc-fortran
pacman -S mingw-w64-x86_64-toolchain