Update docs about python module install

This commit is contained in:
Skipper Seabold
2015-04-08 14:20:52 -05:00
parent c972feb4b5
commit ceb62e9231
2 changed files with 9 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ This folder provides wrapper of xgboost to other languages
Python
=====
* To make the python module, type ```make``` 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)
R