Skip to content

Commit

Permalink
New translations contributing.md (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Apr 5, 2024
1 parent fa606eb commit a6ba9f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guide/content/zh/organization/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pip install -e ".[dev]"

`Sanic` 不使用 `requirements*.txt` 文件来管理与此相关的任何依赖关系,以简化管理依赖关系所需的努力。 请确保您已经阅读并理解文档的下面一节,其中解释了`sanic` 如何管理`setup.py`文件中的依赖关系。

| 依赖类型 | 用法 | 安装 |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | ------------------------------------------------------------------------------- |
| 所需经费 | 智能正常运行所需的最低依赖关系 | `pip3 install -e .` |
| 依赖类型 | 用法 | 安装 |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------- | ----------------------------------------------------------------------------------------------- |
| 所需经费 | 智能正常运行所需的最低依赖关系 | `pip3 install -e .` |
| tests_request / extras_require['test'] | 运行 `sanic` 设备测试所需的依赖关系 | \`pip3 install -e '.[test]' |
| extras_require['dev'] | 增加捐款的额外发展要求 | \`pip3 install -e '.[dev]' |
| extras_require['docs'] | 建立和加强卫生文档所需的依赖关系 | \`pip3 install -e '.[docs]' |
Expand Down Expand Up @@ -142,7 +142,7 @@ tox -e 文档
做得很好
```

欲了解更多详情,请参阅[tox documentation](https\://tox.readthedocs.io/en/ index.html)。
欲了解更多详情,请参阅[tox documentation](https://tox.readthedocs.io/en/ index.html)。

## 拉取请求

Expand Down

0 comments on commit a6ba9f4

Please sign in to comment.