File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,10 @@ See [documentation](https://ktoolbox.readthedocs.io/) for more details.
65
65
66
66
### Installation
67
67
68
+ You can use executables from [ releases] ( https://github.com/Ljzd-PRO/KToolBox/releases ) page
69
+
70
+ Manually install:
71
+
68
72
- Recommend
69
73
``` bash
70
74
pip3 install pipx
Original file line number Diff line number Diff line change 66
66
67
67
### 安装
68
68
69
+ 你可以从 [ releases] ( https://github.com/Ljzd-PRO/KToolBox/releases ) 页面下载可执行文件使用
70
+
71
+ 手动安装:
72
+
69
73
- 推荐
70
74
``` bash
71
75
pip3 install pipx
Original file line number Diff line number Diff line change 53
53
54
54
### Installation
55
55
56
- === "Normal"
56
+ You can use executables from [ releases] ( https://github.com/Ljzd-PRO/KToolBox/releases ) page
57
+
58
+ === "Manually Install - Normal"
59
+ Recommend to use pipx
57
60
```bash
58
- pip3 install ktoolbox
61
+ pip3 install pipx
62
+ pipx install ktoolbox
59
63
```
60
64
61
- === "For iOS a-Shell"
65
+ === "Manually Install - For iOS a-Shell"
62
66
```bash
63
67
pip3 install ktoolbox-pure-py
64
68
```
Original file line number Diff line number Diff line change 54
54
55
55
### 安装
56
56
57
- === "一般情况"
58
- ```bash
59
- pip3 install ktoolbox
60
- ```
57
+ 你可以从 [ releases] ( https://github.com/Ljzd-PRO/KToolBox/releases ) 页面下载可执行文件使用
58
+
59
+ === "手动安装 - 一般情况"
60
+ 推荐使用 pipx
61
+ ``` bash
62
+ pip3 install pipx
63
+ pipx install ktoolbox
64
+ ```
61
65
62
- === "对于 iOS a-Shell"
66
+ === "手动安装 - 对于 iOS a-Shell"
63
67
```bash
64
68
pip3 install ktoolbox-pure-py
65
69
```
You can’t perform that action at this time.
0 commit comments