Ask to install Python before IDE

This commit is contained in:
Ivan Kravets
2016-04-26 13:34:51 +03:00
parent 879efeffd5
commit 262307608c
2 changed files with 15 additions and 14 deletions

View File

@ -53,7 +53,20 @@ If you have already Atom installed, please install `PlatformIO IDE for Atom pack
PlatformIO CLI is built into PlatformIO IDE and you will be able to use it PlatformIO CLI is built into PlatformIO IDE and you will be able to use it
within PlatformIO IDE Terminal. within PlatformIO IDE Terminal.
1. IDE Installation 1. Python Interpreter
~~~~~~~~~~~~~~~~~~~~~
PlatformIO IDE is based on PlatformIO CLI which is written in
`Python <https://www.python.org/downloads/>`_. Python is installed by default
on the all popular OS except Windows.
**Windows Users**, please `Download the latest Python 2.7.x <https://www.python.org/downloads/>`_
and install it. **DON'T FORGET** to select ``Add python.exe to Path`` feature
on the "Customize" stage, otherwise ``python`` command will not be available.
.. image:: ../_static/python-installer-add-path.png
2. IDE Installation
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
.. note:: .. note::
@ -71,19 +84,6 @@ If you have already Atom installed, please install `PlatformIO IDE for Atom pack
.. image:: ../_static/ide-atom-platformio-install.png .. image:: ../_static/ide-atom-platformio-install.png
2. Python Interpreter
~~~~~~~~~~~~~~~~~~~~~
PlatformIO IDE is based on PlatformIO CLI which is written in
`Python <https://www.python.org/downloads/>`_. Python is installed by default
on the all popular OS except Windows.
**Windows Users**, please `Download the latest Python 2.7.x <https://www.python.org/downloads/>`_
and install it. **DON'T FORGET** to select ``Add python.exe to Path`` feature
on the "Customize" stage, otherwise ``python`` command will not be available.
.. image:: ../_static/python-installer-add-path.png
.. _ide_atom_installation_clang: .. _ide_atom_installation_clang:
3. Clang for Intelligent Code Autocompletion 3. Clang for Intelligent Code Autocompletion

View File

@ -36,6 +36,7 @@ Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
libOpenCM3, etc.* libOpenCM3, etc.*
* `Website <http://platformio.org>`_ * `Website <http://platformio.org>`_
* :ref:`ide_atom`
* `Web 2.0 Library Search <http://platformio.org/lib>`_ | * `Web 2.0 Library Search <http://platformio.org/lib>`_ |
`Embedded Boards Explorer <http://platformio.org/boards>`_ `Embedded Boards Explorer <http://platformio.org/boards>`_
* `Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_ * `Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_