Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CYDXDianXian committed Aug 6, 2022
1 parent 2c96edf commit 8bb4395
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
```
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
```

6.`create_img.py`文件中更改你所在的服务器名称

```
Expand All @@ -50,14 +50,18 @@
git checkout notice-all
```

9. 注意:若运行过程中出现`TypeError: __init__() got an unexpected keyword argument 'strict_map_key'`报错,为依赖问题,请在终端中进行如下操作,一行一行依次复制执行,过程中提示是否卸载,选择Y:
9. **注意事项:**

- 若运行过程中出现`TypeError: __init__() got an unexpected keyword argument 'strict_map_key'`报错,为依赖问题,请在终端中进行如下操作,一行一行依次复制执行,过程中提示是否卸载,选择Y:

```
pip uninstall msgpack_python
pip uninstall msgpack
pip install msgpack~=1.0.2
```


- 本插件仅适配新版星乃(hoshinobot),如果出现头像框等功能报错,请更新星乃本体。

## 命令

| 关键词 | 说明 |
Expand Down

0 comments on commit 8bb4395

Please sign in to comment.