From 7dfff05e81cd94d9d7ad045af3a67883ff8e9409 Mon Sep 17 00:00:00 2001 From: chenyangkang Date: Tue, 18 Jun 2024 09:44:22 +0800 Subject: [PATCH] fix git install typo --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 0058938..cd37f22 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ pip install stemflow To install the latest beta version from github: ```py -pip install pip@git+https://github.com/chenyangkang/stemflow.git +pip install stemflow@git+https://github.com/chenyangkang/stemflow.git ``` Or using conda: