From e88d1fe4354b1102a3c27d9fe8ae18e4e0c655e5 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 18 Aug 2024 13:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=20ica-py=20=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/readme.md b/readme.md index c7ae070..67f8731 100644 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ ## 通用环境准备 - 安装 Python 3.8+ + ```powershell # 你可以使用你自己的方法安装 Python # 例如 @@ -25,7 +26,7 @@ docker start icalingua docker-compose up -d ``` -## 使用方法 ( Rust 版 ) +## 使用方法 - 准备一个 Python 环境 @@ -46,42 +47,3 @@ cargo build --release ```powershell cargo run --release -- -c config.toml ``` - -## 使用方法 ( Python 版 ) - -> [!WARNING] -> 请注意 Python 的 bot 已经不再维护 - -- 安装依赖 - -```powershell -python -m pip install -r requirements.txt -``` - -> 如果你想使用虚拟环境 \ -> 可以使用 `python -m venv venv` 创建虚拟环境 \ -> 然后使用 `venv\Scripts\activate` 激活虚拟环境 \ -> 最后使用 `python -m pip install -r requirements.txt` 安装依赖 - -- 修改配置文件 - -```powershell -Copy-Item config-temp.toml config.toml -# 欸我就用 powershell -``` - -- icalingua 启动! - -```bash -# 用你自己的方法启动你的 icalingua 后端 -# 例如 -docker start icalingua -# 或者 -docker up -d -``` - -- bot 启动! - -```powershell -python connect.py -```