Skip to content

Commit

Permalink
Fix installation issue with pip // Resolve #279
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 28, 2015
1 parent b1dbba6 commit a815aa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.
Expand Down Expand Up @@ -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>`_.
Expand Down

0 comments on commit a815aa1

Please sign in to comment.