Skip to content

Commit 1079343

Browse files
Update README files to reflect installation changes
- Changed installation instructions to recommend direct installation from PyPI using `pip install openfox`. - Removed reference to using `uv` for dependency installation in both English and Chinese README files.
1 parent 7c37c9e commit 1079343

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README-zh_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767

6868
## 快速开始
6969

70-
**环境**:Python **3.12+**,建议用 [uv](https://github.com/astral-sh/uv) 安装依赖后进入项目根目录。
70+
**环境**:Python **3.12+**。直接从 PyPI 安装:
7171

7272
```bash
73-
uv sync #pip install -e .
73+
pip install openfox
7474
```
7575

7676
**首次启动**:若没有 `~/.openfox/config.json`,会先走一轮交互式初始化(API 文档开关、鉴权、`os_security_key`、时区、LLM、飞书等),然后启动服务。

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@
6767

6868
## Quick start
6969

70-
**Environment**: Python **3.12+**. Install dependencies with [uv](https://github.com/astral-sh/uv) from the repo root.
70+
**Environment**: Python **3.12+**. Install from PyPI:
7171

7272
```bash
73-
uv sync # or: pip install -e .
73+
pip install openfox
7474
```
7575

7676
**First run**: If `~/.openfox/config.json` is missing, an interactive setup runs (API docs toggle, auth, `os_security_key`, timezone, LLM, Feishu, etc.), then the server starts.

0 commit comments

Comments
 (0)