Revision eed775b0b7cf954cd085a402a18d7bc280156f99 authored by Alexey Kuznetsov on 16 June 2021, 09:56:55 UTC, committed by Amos Egel on 16 June 2021, 09:56:55 UTC
1 parent 0c32ca4
Raw File
make_wheel_windows.bat
python setup.py prepare
python setup.py build_ext --inplace --compiler=mingw32 --fcompiler=gnu95 -f
python setup.py bdist_wheel
back to top