Difference between revisions of "Tutorial Install Platformio"

From Let's Control It
Jump to navigation Jump to search
Line 27: Line 27:
 
[[File:Install platformio-ide.png]]
 
[[File:Install platformio-ide.png]]
  
Install python 2.7 if it asks you, it will take you to the python website
+
* Install python 2.7 if it asks you, it will take you to the python website:
Click download pyton 2.7 and download the correct installer
+
[[File:Install python.png]]
Run the pyhton installer, click through the installer. Default settings are fine.
 
  
After installing python 2.7, go back to Atom and click try a again.
+
* Click download pyton 2.7 and download the correct installer
 +
[[File:Download python.png]]
  
Click reload now to reload now Atom. (first start takes a while)
+
* Run the python installer, click through the installer. Default settings are fine:
You should now have an Atom editor with Platformio installed.
+
[[File:Run python installer.png]]
 +
 
 +
 
 +
* After installing python 2.7, go back to Atom and click try a again:
 +
[[File:Python try again.png]]
 +
 
 +
 
 +
* Click reload now to reload now Atom. (first start takes a while):
 +
[[File:Reload platformio.png]]
 +
 
 +
* You should now have an Atom editor with Platformio installed and see this screen:
 +
[[File:Platformio completed.png]]

Revision as of 18:42, 1 March 2017

Installing Atom and platformio on Windows

Install the Atom editor

Download atom.png

  • Start the installer and click through them.
  • If it also installs the .NET platform you may have to reboot and restart the Atom installer.
  • Start atom:

Atom first start.png

Now your Atom editor installation is complete.

Install the platformio-ide plugin

Platformio is a plugin for the Atom editor, we're going to install that next.

  • In the Atom editor click on install a package.
  • Click open installer:

Install a package.png

  • Search for platformio
  • Install platformio-ide:

Install platformio-ide.png

  • Install python 2.7 if it asks you, it will take you to the python website:

Install python.png

  • Click download pyton 2.7 and download the correct installer

Download python.png

  • Run the python installer, click through the installer. Default settings are fine:

Run python installer.png


  • After installing python 2.7, go back to Atom and click try a again:

Python try again.png


  • Click reload now to reload now Atom. (first start takes a while):

Reload platformio.png

  • You should now have an Atom editor with Platformio installed and see this screen:

Platformio completed.png