From 4df0b4525d48b003811ffb7e6935856475a22243 Mon Sep 17 00:00:00 2001 From: Maksim Terpilowski Date: Wed, 4 May 2022 09:00:04 +0300 Subject: [PATCH] Update README.rst --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9bc68c0..7d266c8 100644 --- a/README.rst +++ b/README.rst @@ -132,7 +132,7 @@ Dependencies Compatibility ------------- -Package is compatible with only Python 3. +Package is only compatible with Python 3. Install ------- @@ -149,6 +149,12 @@ Or using ``conda`` (from conda-forge repo): conda install -c conda-forge scikit-posthocs +The latest version from GitHub can be installed using: + +.. code:: bash + + pip install git+https://github.com/maximtrp/scikit-posthocs.git + Examples --------