add platform if statement in setup.py for pip for pull #450 issuecomment-133795287
This commit is contained in:
@@ -5,13 +5,14 @@ Installation
|
||||
We are on [PyPI](https://pypi.python.org/pypi/xgboost) now. For stable version, please install using pip:
|
||||
|
||||
* ```pip install xgboost```
|
||||
* Note for windows users: this pip installation may not work on some windows environment. Please install from github if pip doesn't work on windows.
|
||||
* Note for windows users: this pip installation may not work on some windows environment, and it may cause unexpected errors. pip installation on windows is currently disabled for further invesigation, please install from github.
|
||||
|
||||
For up-to-date version, please install from github.
|
||||
|
||||
* To make the python module, type ```./build.sh``` in the root directory of project
|
||||
* Make sure you have [setuptools](https://pypi.python.org/pypi/setuptools)
|
||||
* Install with `python setup.py install` from this directory.
|
||||
* For windows users, please use the Visual Studio project file under [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.
|
||||
|
||||
Examples
|
||||
------
|
||||
|
||||
Reference in New Issue
Block a user