Revision 0b61a534a9479f0643b1d9913256b9b3ee484f34 authored by Amos Egel on 08 December 2020, 18:01:20 UTC, committed by Amos Egel on 08 December 2020, 18:01:20 UTC
1 parent a77c312
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