Update setup.py
This commit is contained in:
parent
19eef1d0da
commit
10273a0288
@ -10,7 +10,7 @@ sys.path.insert(0, '.')
|
|||||||
build_sh = subprocess.Popen(['sh', 'xgboost/build-python.sh'])
|
build_sh = subprocess.Popen(['sh', 'xgboost/build-python.sh'])
|
||||||
build_sh.wait()
|
build_sh.wait()
|
||||||
output = build_sh.communicate()
|
output = build_sh.communicate()
|
||||||
print output
|
print (output)
|
||||||
|
|
||||||
import xgboost
|
import xgboost
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user