Install @PlatformIO without -U flag by default

This commit is contained in:
Ivan Kravets
2015-08-25 15:21:13 +03:00
parent 793352dfbf
commit 6842df5577

View File

@ -47,7 +47,7 @@ Paste each command at a Terminal prompt and run using `pip <https://pip.pypa.io>
.. 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 <https://pip.pypa.io/en/latest/installing.html>`_.