Revision 3dfcc22f7e18aa454a79bfb40f1e3e52b609e4c7 authored by Amos Egel on 03 December 2020, 09:04:16 UTC, committed by Amos Egel on 03 December 2020, 09:04:16 UTC
1 parent 9d4b5af
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