-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Provide CN translation for prerequisites.rst
- Loading branch information
Showing
2 changed files
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
Prerequisites | ||
=============================== | ||
The minimum requirements for running the ESP-IDF Extension with the VSCode are below. | ||
============= | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_. | ||
:link_to_translation:`zh_CN:[中文]` | ||
|
||
Below are the minimum requirements for running the ESP-IDF extension in VS Code. | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_ | ||
|
||
Windows | ||
------------------------------- | ||
------- | ||
|
||
No additional prerequisites required, the installation step will take care of the rest. | ||
No additional prerequisites are required. The installation step will handle the rest. | ||
|
||
MacOS/Linux | ||
------------------------------- | ||
----------- | ||
|
||
- `Python 3.12 <https://www.python.org/downloads/>`_ and above. | ||
- `Git <https://git-scm.com/downloads>`_. | ||
- Install the following `ESP-IDF Prerequisites <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-1-install-prerequisites>`_. | ||
- `Python 3.12 <https://www.python.org/downloads/>`_ and above | ||
- `Git <https://git-scm.com/downloads>`_ | ||
- `ESP-IDF Prerequisites <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html#step-1-install-prerequisites>`_ | ||
|
||
Next proceed to :ref:`Install ESP-IDF and Tools <installation>`. | ||
Next, proceed to :ref:`Install ESP-IDF and Tools <installation>`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,22 @@ | ||
.. include:: ../en/prerequisites.rst | ||
准备工作 | ||
======== | ||
|
||
:link_to_translation:`zh_CN:[中文]` | ||
|
||
必须安装以下工具,才能在 VS Code 中使用 ESP-IDF 扩展: | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_。 | ||
|
||
Windows | ||
------- | ||
|
||
无需额外的准备,安装步骤将准备好一切所需工具。 | ||
|
||
MacOS/Linux | ||
----------- | ||
|
||
- `Python 3.12 <https://www.python.org/downloads/>`_ 及以上版本 | ||
- `Git <https://git-scm.com/downloads>`_ | ||
- `ESP-IDF 安装准备 <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/esp32/get-started/linux-macos-setup.html#get-started-prerequisites>`_ | ||
|
||
接下来,请参考 :ref:`安装 ESP-IDF 和工具 <installation>`。 |