From 6842df5577d4972358ae9c87cf49f637dd5be242 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 25 Aug 2015 15:21:13 +0300 Subject: [PATCH] Install @PlatformIO without -U flag by default --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 9eb5c931..60443798 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -47,7 +47,7 @@ Paste each command at a Terminal prompt and run using `pip .. code-block:: bash pip install --upgrade pip setuptools scons - pip install -U platformio + pip install platformio If your computer does not recognize ``pip`` command, try to install it first using `these instructions `_.