From a3070d047cbc500b29a1f14acc7e94deee030cce Mon Sep 17 00:00:00 2001 From: ncaptier Date: Wed, 2 Nov 2022 15:34:42 +0100 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5f967d3..f8a0d2c 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ Stabilized-ica is now compatible with scikit-learn API, meaning that you can use ## Install +### Install the latest stable version with PyPi +``` +pip install stabilized-ica +``` + ### Install from source ``` pip install git+https://github.com/ncaptier/stabilized-ica.git