Skip to content

クイックスタート

🚧 このページは準備中です。 日本語ドキュメントは現在翻訳を進めています。

前提条件

  • Python 3.12+
  • pip または uv
  • AIプロバイダーのAPIキー

インストール

bash
git clone https://github.com/Grabrun/YuanBot.git
cd YuanBot
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
yuanbot version
powershell
git clone https://github.com/Grabrun/YuanBot.git
cd YuanBot
python -m venv .venv
.venv\Scripts\activate
pip install -e ".\[dev]"
yuanbot version

起動

bash
yuanbot start

詳細については、中国語ドキュメントをご参照ください。


日本語翻訳は準備中です。🌸

Made with 🌸 by Grabrun