Skip to content

Commit

Permalink
Merge pull request #15 from obrua/develop
Browse files Browse the repository at this point in the history
📃 docs(README): requirements文件名错误修改
  • Loading branch information
zy7y authored Jan 10, 2024
2 parents dc60c78 + afebb41 commit e93fa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ source venv/bin/activate
```
```shell
# 安装依赖
pip install -r requrements.txt -i https://mirrors.aliyun.com/pypi/simple/
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
```
3. 启动项目
```shell
Expand Down

0 comments on commit e93fa79

Please sign in to comment.