From 4c02947eb05caf2ecef84630d4dbb68d5de6a1c2 Mon Sep 17 00:00:00 2001 From: Bluesheeptoken Date: Thu, 18 Apr 2019 14:09:11 +0200 Subject: [PATCH] First version of cpt on pip --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a5816a..7376921 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index 155321d..f74b05c 100644 --- a/setup.py +++ b/setup.py @@ -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"