Skip to content

Commit

Permalink
First version of cpt on pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesheeptoken committed Apr 18, 2019
1 parent 8e73ccb commit 4c02947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ http://www.philippe-fournier-viger.com/spmf/PAKDD2015_Compact_Prediction_tree+.p

## Installation

To use this project, you need to install it locally. You will need to compile cython sources.
You can simply use `pip install cpt`.

The wheels will be soon published on Pypi.
For windows users, the sources are precompiled. For others, the tarball will install all dependencies of cpt.

## Simple example

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
extra_compile_args=compile_args,
extra_link_args=compile_args)

version = "0.0.8"
version = "1.0.0"

author = "Bluesheeptoken"
author_email = "louis.fruleux1@gmail.com"
Expand Down

0 comments on commit 4c02947

Please sign in to comment.