Updated obsolete installation instructions

Fixed local compilation, and installation for R package and Python
package. Modified the according documents.
This commit is contained in:
Laurae2
2016-03-30 17:43:54 +02:00
parent 6eda06256e
commit 77136baf2c
3 changed files with 56 additions and 7 deletions

View File

@@ -26,6 +26,12 @@ For up-to-date version, please install from github.
`windows folder <../windows/>`__. See also the `installation
tutorial <https://www.kaggle.com/c/otto-group-product-classification-challenge/forums/t/13043/run-xgboost-from-windows-and-python>`__
from Kaggle Otto Forum.
- Add MinGW to the system PATH in Windows if you are using the latest version of xgboost which requires compilation:
```python
import os
os.environ['PATH'] = os.environ['PATH'] + ';C:\\Program Files\\mingw-w64\\x86_64-5.3.0-posix-seh-rt_v4-rev0\\mingw64\\bin'
```
Examples
--------