From 94bb0dc43e9af5f6f7f96c8ea31bd7d1d8ed9807 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 14 Dec 2015 19:21:23 +0200 Subject: [PATCH] Revert back step with upgrading for pip/setuptools // Resolve #371 --- docs/installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index d810dbae..5912a302 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -57,6 +57,10 @@ The latest stable version of PlatformIO may be installed or upgraded via .. code-block:: bash + # update package installer + pip install -U pip setuptools + + # install or upgrade PlatformIO pip install -U platformio Note that you may run into permissions issues running these commands. You have @@ -126,6 +130,10 @@ c) Full Guide .. code-block:: bash + # update package installer + pip install -U pip setuptools + + # install or upgrade PlatformIO pip install -U platformio If your computer does not recognize ``pip`` command, try to install it first @@ -144,6 +152,10 @@ Install the latest PlatformIO from the ``develop`` branch: .. code-block:: bash + # update package installer + pip install -U pip setuptools + + # install the latest development version of PlatformIO pip install -U https://github.com/platformio/platformio/archive/develop.zip If you want to be up-to-date with the latest ``develop`` version of PlatformIO,