mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add explanation about dir change
This commit is contained in:
@ -64,7 +64,10 @@ To install or upgrade *PlatformIO*, download
|
|||||||
script. Then run the following (you might need to run ``sudo`` first):
|
script. Then run the following (you might need to run ``sudo`` first):
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
# change directory to folder where is located downloaded "get-platformio.py"
|
||||||
|
cd /path/to/dir/where/is/installer/script
|
||||||
|
|
||||||
|
# run it
|
||||||
python get-platformio.py
|
python get-platformio.py
|
||||||
|
|
||||||
|
|
||||||
@ -72,6 +75,10 @@ On *Windows OS* it may look like:
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
|
# change directory to folder where is located downloaded "get-platformio.py"
|
||||||
|
cd C:\path\to\dir\where\is\installer\script
|
||||||
|
|
||||||
|
# run it
|
||||||
C:\Python27\python.exe get-platformio.py
|
C:\Python27\python.exe get-platformio.py
|
||||||
|
|
||||||
Full Guide
|
Full Guide
|
||||||
|
Reference in New Issue
Block a user