Skip to content

Commit

Permalink
fulfill downloaded info
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing-lab committed Oct 29, 2023
1 parent 25203ee commit 15e7128
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion released_box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,20 @@ pip install -e . --verbose
download stable version:
```text
pip install perming --upgrade
```
```
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
```

0 comments on commit 15e7128

Please sign in to comment.