<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; vertical-align: baseline; clear: both;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">OSX (Mavericks) has python2.7 stock installed. But I do all my own personal python stuff with 3.3. I just flushed my 3.3.2 install and installed the new 3.3.3. So I need to install pyserial again. I can do it the way I've done it before, which is:</span></p><ol style="margin: 0px 0px 1em 30px; padding: 0px; border: 0px; vertical-align: baseline; list-style-position: initial; list-style-image: initial;"><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">Download pyserial from pypi</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">untar pyserial.tgz</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">cd pyserial</span></li><li style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline;"><code style="margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; -webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"><font face="UICTFontTextStyleBody">python3 setup.py install</font></code></li></ol><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; vertical-align: baseline; clear: both;"><span style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);">But I'd like to do like the cool kids do, and just do something like <code style="margin: 0px; padding: 1px 5px; border: 0px; vertical-align: baseline;">pip3 install pyserial</code>. But it's not clear how I get to that point. And just that point. Not interested (unless I have to be) in virtualenv yet.</span></p></div></body></html>