5 lines
49 B
Batchfile
5 lines
49 B
Batchfile
|
@echo off
|
||
|
py setup.py build_ext --inplace
|
||
|
|
||
|
|
||
|
pause
|