We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14625 commit 7378f89Copy full SHA for 7378f89
docs/guide/summary/quick-start.md
@@ -58,10 +58,10 @@ title: 快速开始
58
59
- 架构依赖
60
61
- 拉取项目到本地后,进入项目 `backend` 目录,执行以下命令安装架构依赖
+ 拉取项目到本地后,在项目根目录,执行以下命令安装架构依赖
62
63
```shell
64
- pip install -r requirements.txt
+ pip install -r requirements.txt
65
```
66
67
- 插件依赖
@@ -269,7 +269,7 @@ title: 快速开始
269
1. 创建测试数据库 `fba_test`,选择 utf8mb4 编码,postgres 用户可忽略编码
270
2. 创建数据库表,执行 `backend/sql/` 目录下对应数据库的 `create_tables.sql` 脚本
271
3. 初始化测试数据,执行 `backend/sql/` 目录下对应数据库的 `init_test_data.sql` 脚本
272
-4. 进入 `backend` 目录,执行单元测试命令
+4. 在项目根目录,执行单元测试命令
273
274
275
pytest -vs --disable-warnings
0 commit comments