Skip to content

Commit

Permalink
version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fukatani committed Jun 29, 2017
1 parent c3f07c3 commit 8b88c7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status Travis](https://travis-ci.org/fukatani/rgf_python.svg?branch=master)](https://travis-ci.org/fukatani/rgf_python)
[![Build Status AppVeyor](https://ci.appveyor.com/api/projects/status/vpanb9hnncjr16hn/branch/master?svg=true)](https://ci.appveyor.com/project/fukatani/rgf-python)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/fukatani/rgf_python/blob/master/LICENSE)
[![GitHub Version](https://badge.fury.io/gh/fukatani%2Frgf_python.svg)](https://github.com/fukatani/rgf_python/blob/master/rgf/VERSION)
[![PyPI version](https://badge.fury.io/py/rgf_python.svg)](https://badge.fury.io/py/rgf_python)

# rgf_python
The wrapper of machine learning algorithm ***Regularized Greedy Forest (RGF)*** for Python.
Expand Down Expand Up @@ -54,13 +54,15 @@ Please see README in the zip file to build RGF executional.

## Installation

You can easily install by pip:
```
git clone https://github.com/fukatani/rgf_python.git
python setup.py install
pip install git+git://github.com/fukatani/rgf_python@master
```
or using `pip`:

Or:
```
pip install git+git://github.com/fukatani/rgf_python@master
git clone https://github.com/fukatani/rgf_python.git
python setup.py install
```

You have to place RGF execution file in directory which is included in **environmental variable 'PATH'.**
Expand Down
2 changes: 1 addition & 1 deletion rgf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.5
1.3.0

0 comments on commit 8b88c7f

Please sign in to comment.