Appearance
安装
PyPi
通过 PyPI 安装
shell
pip install live2d-py
Github Release
在 Release 中下载对应版本的 whl
文件并安装(推荐)
shell
pip install live2d_py-0.X.X-cpXXX-cpXXX-win32.whl
源码构建
依赖
安装 cmake,gcc / msvc
python dev 环境:对于 Windows,安装 Python 时需要勾选 Standard Library 和 Development 选项。对于 Linux ,以 Debian 为例:sudo apt install python3-dev
opengl 环境:对于 Windows,一般不需要配置。Linux 下需要安装对应的 dev 依赖,以 Debian 为例:sudo apt install libgl1-mesa-dev libglu1-mesa-dev
Setuptools
在仓库根目录执行pip命令
shell
cd live2d-py
pip install . -v
在 Release 中下载源码进行构建安装
shell
pip install live2d_py-0.X.X.tar.gz
编译
克隆本仓库,自行编译构建,参考 编译