From 53b005bbed306988cc56ec3cac163c75d5828703 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 27 Jun 2015 15:18:51 +0300 Subject: [PATCH] Simplify installation process for development version --- docs/installation.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 619253e7..26d6460f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -122,18 +122,12 @@ Development Version .. warning:: We don't recommend to use ``develop`` version in production. -1. If you had have already installed PlatformIO, please uninstall it: - -.. code-block:: bash - - $ pip uninstall platformio - -2. Install the latest PlatformIO from the ``develop`` branch: +Install the latest PlatformIO from the ``develop`` branch: .. code-block:: bash $ pip install https://github.com/platformio/platformio/archive/develop.zip If you want to be up-to-date with the latest ``develop`` version of PlatformIO, -then you need to perform step #2 each time if you see the new commits in -`PlatformIO GitHub repository `_. +then you need to re-install PlatformIO each time if you see the new commits in +`PlatformIO GitHub repository (branch: develop) `_.