Project

General

Profile

DevelopersLinuxEnvironment » History » Revision 5

Revision 4 (Jens Jensen, 06/27/2014 10:01 PM) → Revision 5/6 (Tony Fuller, 03/04/2022 07:43 PM)

h1. DevelopersLinuxEnvironment 

 h2. Ubuntu (Xubuntu, Kubuntu) 14.04 LTS 

  * install prerequisites: 
 <pre> 
 sudo apt-get install python-serial python-future python-gtk mercurial 
 </pre> 
  * or _alternative method_ for pygtk/pyserial: 
 <pre> 
 sudo apt-get install python-setuptools 
 sudo easy_install pygtk pyserial future 
 </pre> 
  * then follow general process at [[DevelopersProcess]]