Fix installation issue with pip // Resolve #279

This commit is contained in:
Ivan Kravets
2015-08-28 22:32:39 +03:00
parent b1dbba6224
commit a815aa15ec

View File

@ -46,8 +46,8 @@ Paste each command at a Terminal prompt and run using `pip <https://pip.pypa.io>
.. code-block:: bash
pip install --upgrade pip setuptools scons
pip install platformio
pip install --upgrade pip setuptools
pip install scons platformio
If your computer does not recognize ``pip`` command, try to install it first
using `these instructions <https://pip.pypa.io/en/latest/installing.html>`_.
@ -113,8 +113,8 @@ Full Guide
.. code-block:: bash
pip install --upgrade pip setuptools scons
pip install platformio
pip install --upgrade pip setuptools
pip install scons platformio
If your computer does not recognize ``pip`` command, try to install it first
using `these instructions <https://pip.pypa.io/en/latest/installing.html>`_.