Revision 897658ebcc63078946679e78dc5f9215826f8a96 authored by Lorenzo Pattelli on 18 March 2021, 14:49:30 UTC, committed by Lorenzo Pattelli on 18 March 2021, 15:10:04 UTC
1 parent 0d0b069
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