]> granicus.if.org Git - esp-idf/commitdiff
doc: additional translation in get_stated
authormorris <maoshengrong@espressif.com>
Fri, 24 Aug 2018 08:50:34 +0000 (16:50 +0800)
committermorris <maoshengrong@espressif.com>
Mon, 27 Aug 2018 02:44:28 +0000 (10:44 +0800)
docs/zh_CN/get-started/index.rst

index 9f02adbb2395e776bdf14e3317c9fb0d0b91a77d..dfbee54937c61f89279d466410634afafbcb9451 100644 (file)
@@ -152,9 +152,7 @@ ESP-IDF 所依赖的 Python 软件包位于 ``$IDF_PATH/requirements.txt`` 文
 
 .. note::
 
-    Please invoke that version of the Python interpreter which you will be using with ESP-IDF. The version of the
-    interpreter can be checked by running command ``python --version`` and depending on the result, you might want to
-    use ``python2``, ``python2.7`` or similar instead of ``python``, e.g.::
+    请调用 ESP-IDF 使用的相同版本的 Python 解释器,解释器的版本号可以通过运行命令 ``python --version`` 来获得,根据结果,您可能要使用 ``python2``, ``python2.7`` 或者类似的名字而不是 ``python``,例如::
 
         sudo python2.7 -m pip install -r $IDF_PATH/requirements.txt