diff --git a/README.md b/README.md index f50bf0b..f23bdba 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ A *copulogram* is an innovative plot as it decomposes a mutivariate dataset betw The following commands install the current version of the copulogram package. ``` -~$ git pull https://github.com/efekhari27/copulogram -~$ cd copulogram -~$ pip install -e . +~$ pip install copulogram ``` ## Example on iris dataset diff --git a/copulogram/__init__.py b/copulogram/__init__.py index 6118418..3c13e43 100644 --- a/copulogram/__init__.py +++ b/copulogram/__init__.py @@ -8,4 +8,4 @@ "Copulogram", "NonParametricModel" ] -__version__ = "0.1" +__version__ = "0.0.1" diff --git a/setup.py b/setup.py index 882eeee..427bb78 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,8 @@ "pandas", "seaborn", "matplotlib", - "openturns>=1.17" + "openturns>=1.17", + "bokeh", ], include_package_data=True, classifiers=[