外观
安装Core普通
字数统计:224 字
阅读时长:1 分钟
下载/克隆仓库
在
Bot目录
的上级(例如你的bot目录为./Wuyi/nb2
,则cd至./Wuyi
处)输入安装core命令
sh
git clone https://github.com/Genshin-bots/gsuid_core.git --depth=1 --single-branch
- 进入文件夹内
sh
cd gsuid_core
安装依赖
💡 提醒
可以根据你的喜好,自行选择uv
, pdm
, poetry
等环境工具安装Core
或使用裸环境python
&pip
安装
【🥳 推荐】uv
sh
# uv安装依赖方式
uv sync
uv run python -m ensurepip
poetry
sh
# poetry安装依赖方式
poetry install
pdm
sh
# pdm安装依赖方式
pdm install
pdm run python -m ensurepip
【😡 不推荐】直接使用python
sh
# 不推荐该方式
python -m pip install -r requirements.txt
安装所需插件可选
sh
cd gsuid_core
cd plugins
# 安装v4 GenshinUID
git clone -b v4 https://github.com/KimigaiiWuyi/GenshinUID.git --depth=1 --single-branch
🎉你已经成功安装GsCore
▶ 启动Core