add build instruction to doc

This commit is contained in:
tqchen
2015-05-01 11:12:43 -07:00
parent 8a411150ea
commit 6f0cbcaf2b
5 changed files with 57 additions and 45 deletions

View File

@@ -4,7 +4,7 @@ This folder provides wrapper of xgboost to other languages
Python
=====
* To make the python module, type ```make``` in the root directory of project
* To make the python module, type ```./build.sh``` in the root directory of project
* Install with `python setup.py install` from this directory.
* Refer also to the walk through example in [demo folder](../demo/guide-python)