From 15e712800c6baa2a7e375002f2b211cb426e7dc1 Mon Sep 17 00:00:00 2001 From: Jing Lin <82669431+linjing-lab@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:12:07 +0800 Subject: [PATCH] fulfill downloaded info --- released_box/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/released_box/README.md b/released_box/README.md index f10c872..308a0f4 100644 --- a/released_box/README.md +++ b/released_box/README.md @@ -140,4 +140,20 @@ pip install -e . --verbose download stable version: ```text pip install perming --upgrade -``` \ No newline at end of file +``` +download version without enhancing *Parallel* and *delayed*: +```text +pip install perming==1.6.1 +``` +download version with enhancing *Parallel* and *delayed*: +```text +pip install perming>=1.7.0 +``` +download version with supported *set_freeze*: +```text +pip install perming>=1.8.0 +``` +download version without crash of jupyter kernel: +```text +pip install perming>=1.8.1 +```