Skip to content

Commit 7378f89

Browse files
committed
update docs
1 parent 5b14625 commit 7378f89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/summary/quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ title: 快速开始
5858

5959
- 架构依赖
6060

61-
拉取项目到本地后,进入项目 `backend` 目录,执行以下命令安装架构依赖
61+
拉取项目到本地后,在项目根目录,执行以下命令安装架构依赖
6262

6363
```shell
64-
pip install -r requirements.txt
64+
pip install -r requirements.txt
6565
```
6666

6767
- 插件依赖
@@ -269,7 +269,7 @@ title: 快速开始
269269
1. 创建测试数据库 `fba_test`,选择 utf8mb4 编码,postgres 用户可忽略编码
270270
2. 创建数据库表,执行 `backend/sql/` 目录下对应数据库的 `create_tables.sql` 脚本
271271
3. 初始化测试数据,执行 `backend/sql/` 目录下对应数据库的 `init_test_data.sql` 脚本
272-
4. 进入 `backend` 目录,执行单元测试命令
272+
4. 在项目根目录,执行单元测试命令
273273

274274
```shell
275275
pytest -vs --disable-warnings

0 commit comments

Comments
 (0)