From a815aa15ecd77a6680a627dcea1cd09192f12662 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 28 Aug 2015 22:32:39 +0300 Subject: [PATCH] Fix installation issue with pip // Resolve #279 --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 3b06ca0913..a6f533c392 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -46,8 +46,8 @@ Paste each command at a Terminal prompt and run using `pip .. 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 `_. @@ -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 `_.