# Installing PlatformIO for Teensy 2.0 on Ubuntu 16.04

Date: 2016-05-04

<div id="post-body-5430964954131986820" class="post-body entry-content">
  <div dir="ltr">
    I have a Teensy 2.0 and a laptop running Ubuntu 16.04
  </div>
</div>

<div dir="ltr">
</div>

<div dir="ltr">
  I started to Install the standard <a href="https://www.arduino.cc/en/Main/Software">Arduino ide</a> but it doesn&#8217;t support teensy out of the box.
</div>

<div dir="ltr">
  I found a nice <a href="http://snackeyes.blogspot.co.il/2014/04/installing-arduino-teensyduino-on.html">guide</a>  to add the teensy as an addon to the arduino studio but it took me to much time to start and reconfigure it, so I googled  and found the PlatformIO
</div>

<p dir="ltr">
  PlatformIO is based on github atom ide
</p>

<p dir="ltr">
  In Atom :
</p>

> <p dir="ltr">
>   <code class="docutils literal">&lt;span class="pre">Menu:&lt;/span> &lt;span class="pre">Edit&lt;/span> &lt;span class="pre">&gt;&lt;/span> &lt;span class="pre">Preferences&lt;/span> &lt;span class="pre">&gt;&lt;/span> &lt;span class="pre">Install&lt;/span></code>
> </p>

<div dir="ltr">
  search fo : <a class="reference external" href="https://atom.io/packages/platformio-ide">platformio-ide</a>
</div>

<div dir="ltr">
  <img src="http://docs.platformio.org/en/latest/_images/ide-atom-platformio-install.png" alt="../_images/ide-atom-platformio-install.png" />
</div>

<div dir="ltr">
</div>

<div dir="ltr">
  and you can <a href="http://docs.platformio.org/en/latest/ide/atom.html#id9">start working</a>
</div>
