-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1392 from espressif/docs/translate_prerequisites
docs: Provide CN translation for prerequisites.rst
- Loading branch information
Showing
4 changed files
with
47 additions
and
17 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
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,25 @@ | ||
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:[中文]` | ||
|
||
You need to install some software packages and tools based on your operating system. | ||
|
||
Windows | ||
------------------------------- | ||
------- | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_ | ||
|
||
.. note:: | ||
|
||
No additional prerequisites required, the installation step will take care of the rest. | ||
No additional prerequisites are required. The :ref:`installation <installation>` step will handle the rest. | ||
|
||
MacOS/Linux | ||
------------------------------- | ||
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>`_. | ||
- `Visual Studio Code <https://code.visualstudio.com/>`_ | ||
- `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
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,25 @@ | ||
.. include:: ../en/prerequisites.rst | ||
准备工作 | ||
======== | ||
|
||
:link_to_translation:`en:[English]` | ||
|
||
请根据操作系统,安装相应的软件包和工具。 | ||
|
||
Windows | ||
------- | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_。 | ||
|
||
.. note:: | ||
|
||
无需额外的准备,:ref:`安装 <installation>` 步骤将准备好一切所需工具。 | ||
|
||
macOS/Linux | ||
----------- | ||
|
||
- `Visual Studio Code <https://code.visualstudio.com/>`_ | ||
- `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>`。 |