From b96535abffa517e14176d8ab032891a6ddbb71f3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 25 Aug 2015 15:12:31 +0300 Subject: [PATCH] Install @PlatformIO with update option --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index bfe1695c..15eb1657 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -47,7 +47,7 @@ Run the following using `pip `_ .. code-block:: bash pip install --upgrade pip setuptools scons - pip install platformio + pip install -U platformio If your computer does not recognize ``pip`` command, try to install it first using `these instructions `_.