Skip to content

Commit

Permalink
fulfill download info
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing-lab committed Nov 27, 2023
1 parent 60b26ab commit 3d7a867
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ pip install -e . --verbose
```text
pip install optimtool --upgrade
```
下载没有更改库架构的版本:
```text
pip install optimtool==2.3.5
```
下载补全typing变量的版本:
```text
pip install optimtool>=2.4.0
```
下载改进h2h函数的版本:
```text
pip install optimtool>=2.4.2
```
下载增强文档表达和检测非法输入的版本:
```text
pip install optimtool>=2.5.0rc0
```
下载支持hybrid算法的版本:
```text
pip install optimtool>=2.5.0
```
下载更好地支持numpy的版本:
```text
pip install optimtool>=2.6.0
```
## 项目结构

```textile
Expand Down
24 changes: 24 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,30 @@ download stable version:
```text
pip install optimtool --upgrade
```
download version without optimized architecture:
```text
pip install optimtool==2.3.5
```
download versions with typing variables:
```text
pip install optimtool>=2.4.0
```
download versions with improved h2h function:
```text
pip install optimtool>=2.4.2
```
download versions with enhanced document expression:
```text
pip install optimtool>=2.5.0rc0 # detect illegal input
```
download versions with supported hybrid algorithms:
```text
pip install optimtool>=2.5.0
```
download versions with better supported numpy:
```text
pip install optimtool>=2.6.0
```
## Structure

```textile
Expand Down

0 comments on commit 3d7a867

Please sign in to comment.