クイックスタート
🚧 このページは準備中です。 日本語ドキュメントは現在翻訳を進めています。
前提条件
- 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 versionpowershell
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詳細については、中国語ドキュメントをご参照ください。
日本語翻訳は準備中です。🌸
