Skip to content
russplaysguitar edited this page Mar 30, 2012 · 6 revisions

How to install and run cells on Ubuntu:

  1. Get current forked version from github: git clone git@github.com:ChicoTeam/cells.git
  2. Use synaptic to grab the following packages: sudo apt-get install python-numpy python-numpy-dbg python-pygame
  3. Run Cells: python cells.py minds/ben.py minds/ben2.py

If this doesn't work, grab libsdl1.2-dev as well: sudo apt-get install libsdl1.2-dev

Clone this wiki locally