File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 44
55## 📦安装
66``` shell
7- $ pip install mctoast pillow //现在我还没有上传pypi,你可以试试手动构建,或出门右转github action
8- $ pip install mctoast-1.0-py3-none-any.whl pillow //现在先用这个
7+ # 从PyPI上安装
8+ $ pip install mctoast
9+ # 安装快照
10+ $ pip install /path/to/mctoast-wheel.whl
911```
10- 我现在还不知道怎么实现自动安装pillow作为依赖😅,你只能手动装了 ()
1112
1213## 🖼️画廊
1314原版效果:
@@ -21,10 +22,14 @@ mctoast模仿的效果:
2122
2223## ⚠️版权信息
2324- 这个库与Mojang,Microsoft** 没有任何关系** ,且在正式的库中(我在示范中使用了红色床的图片)** 不使用** client.jar,.minecraft/assets文件夹下的** 任何文件**
24- - Toast纹理来自[ VanillaXBR] ( https://modrinth.com/resourcepack/vanillaxbr ) ,基于[ CC-BY-NC-4.0] ( https://creativecommons.org/licenses/by-nc/4.0/legalcode ) 许可证开源
25+ - Toast纹理来自[ VanillaXBR] ( https://modrinth.com/resourcepack/vanillaxbr ) ,基于[ CC-BY-NC-4.0] ( https://creativecommons.org/licenses/by-nc/4.0/legalcode ) 许可证
26+ - 字体使用了GNU Unifont,基于[ GPLv2] ( https://www.gnu.org/licenses/old-licenses/gpl-2.0.html ) 许可证
2527- 若遇到了相关的许可证问题,请第一时间[ 提交issue] ( https://github.com/SystemFileB/mctoast/issues ) 并加上 版权或许可证问题 标签
2628
2729## 更新日志
30+ ### 1.10.2
31+ - 因为PyPI无法上传同一个版本的库,我又更改了这个库的README,所以我改了版本号
32+
2833### 1.10.1
2934- 紧急修复:mctoast.init()报错
3035
Original file line number Diff line number Diff line change 1+ @ python -m build
2+ @ python -m twine upload dist/*
Original file line number Diff line number Diff line change 77
88setuptools .setup (
99 name = "mctoast" ,
10- version = "1.10.1 " ,
10+ version = "1.10.2 " ,
1111 description = "把Minecraft的Toast带到现实里!" ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments