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.
2 parents b54f000 + 6c30a09 commit 362e9fbCopy full SHA for 362e9fb
doc/docs/en/getting-started/development-guide.md
@@ -114,6 +114,10 @@ cd backend
114
source .venv/bin/activate # Activate virtual environment
115
```
116
117
+::: warning Important Notes
118
+On Windows, you need to execute the `source .venv/Scripts/activate` command to activate the virtual environment.
119
+:::
120
+
121
Nexent includes three core backend services that need to be started separately:
122
123
```bash
doc/docs/zh/getting-started/development-guide.md
source .venv/bin/activate # 激活虚拟环境
+::: warning 重要提示
+Windows操作系统需执行`source .venv/Scripts/activate`命令激活虚拟环境。
Nexent 包含三个核心后端服务,需要分别启动:
0 commit comments