5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
python setup.py clean
|
|
python setup.py build --compiler=mingw32 install_lib -d $PYTHONPATH
|
|
|