Skip to content

Commit

Permalink
docs: Provide CN translation for prerequisites.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Shen765 committed Jan 2, 2025
1 parent 48f89e1 commit 107c835
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
23 changes: 13 additions & 10 deletions docs_espressif/en/prerequisites.rst
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>`.
23 changes: 22 additions & 1 deletion docs_espressif/zh_CN/prerequisites.rst
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>`。

0 comments on commit 107c835

Please sign in to comment.