From 7b3fd920151dfce91cf07d88f0376bba36766138 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Tue, 10 Nov 2015 18:23:39 -0600 Subject: [PATCH] Added PyPI badges --- python-package/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-package/README.md b/python-package/README.md index eb0fa8cca..16a36d9fd 100644 --- a/python-package/README.md +++ b/python-package/README.md @@ -1,5 +1,8 @@ XGBoost Python Package ====================== +[![PyPI version](https://badge.fury.io/py/xgboost.svg)](http://badge.fury.io/py/xgboost) +[![PyPI downloads](https://img.shields.io/pypi/dm/xgboost.svg)](https://pypi.python.org/pypi/xgboost/) + Installation ------------ We are on [PyPI](https://pypi.python.org/pypi/xgboost) now. For stable version, please install using pip: @@ -25,3 +28,4 @@ Note * If you want to build xgboost on Mac OS X with multiprocessing support where clang in XCode by default doesn't support, please install gcc 4.9 or higher using [homebrew](http://brew.sh/) ```brew tap homebrew/versions; brew install gcc49``` * If you want to run XGBoost process in parallel using the fork backend for joblib/multiprocessing, you must build XGBoost without support for OpenMP by `make no_omp=1`. Otherwise, use the forkserver (in Python 3.4) or spawn backend. See the [sklearn_parallel.py](../demo/guide-python/sklearn_parallel.py) demo. +