Skip to content

Commit 5d5ef8e

Browse files
authored
Feat readme update (#3)
* 更新README.md * 更新README.md * [IMP]README 完善 * 修复Typo * 更新说明
1 parent 0192c4c commit 5d5ef8e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
==========
1515
### **安装依赖**
1616
1. Python3
17-
需要前往Python官网自行下载自己系统对应的版本,这里推荐至少Python 3.6以上
17+
需要前往Python官网自行下载自己系统对应的版本,或使用自己系统对应的包管理安装,这里推荐至少Python 3.6以上
1818

1919
```
2020
https://www.python.org/downloads/
2121
```
2222

2323
2. 安装了Python3之后,打开命令行
2424
```bash
25-
pip install request
25+
pip install requests
2626
```
2727
如果不行的话,可能需要用管理员运行命令行
2828

@@ -46,7 +46,7 @@
4646
==========
4747

4848
### **使用说明**
49-
- 使用你喜爱的编辑器打开 `miuitask.py``passwd2md5.py`
49+
- 使用你喜爱的编辑器打开 `miuitask.py``passwd2md5.py`
5050
- 在脚本 Line10 中填写你的MID
5151
- 请注意MID不是手机号或邮箱
5252
- 示例: `mid = '123456'`

0 commit comments

Comments
 (0)