mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Install @PlatformIO without -U flag by default
This commit is contained in:
@ -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>`_.
|
||||
|
Reference in New Issue
Block a user