Ubuntu Setup
From Thousand Parsec Wiki
These instructions are to setup your development environment.
Packages needed
apt-get install python python-wxgtk2.8 python-imaging python-psyco python-pyopenssl python-gconf python-numpy python-numpy-ext python-pygame python-avahi avahi-daemon
Getting the code
You will then need to install "cogito" (apt-get install cogito) and run the following
Downloading and setting up the code
git clone git://git.thousandparsec.net/git/scratchpad.git git clone git://git.thousandparsec.net/git/libtpproto-py.git git clone git://git.thousandparsec.net/git/libtpclient-py.git git clone git://git.thousandparsec.net/git/tpclient-pywx.git # Setup various links cd scratchpad ./setup.sh cd .. # Check all the requirements are satisified cd tpclient-pywx python requirements.py # Now run the client! python tpclient-pywx
