DevelopersLinuxEnvironment » History » Revision 4
Revision 3 (Jens Jensen, 06/27/2014 10:01 PM) → Revision 4/6 (Jens Jensen, 06/27/2014 10:01 PM)
h1. DevelopersLinuxEnvironment h2. Ubuntu (Xubuntu, Kubuntu) 14.04 LTS * install prerequisites: <pre> sudo apt-get install python-serial python-gtk mercurial </pre> * or _alternative method_ alternative method for pygtk/pyserial: <pre> sudo apt-get install python-setuptools sudo easy_install pygtk pyserial </pre> * then follow general process at [[DevelopersProcess]]