mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix installation issue with pip // Resolve #279
This commit is contained in:
@ -46,8 +46,8 @@ 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 platformio
|
||||
pip install --upgrade pip setuptools
|
||||
pip install scons 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>`_.
|
||||
@ -113,8 +113,8 @@ Full Guide
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install --upgrade pip setuptools scons
|
||||
pip install platformio
|
||||
pip install --upgrade pip setuptools
|
||||
pip install scons 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