PyCells Downloads
Want to try out PyCells? You've got some options. First, it's
available as an egg. If you don't have easy_install,
download the ez_setup
script and run it (more detailed instructions
here). Now that you have easy_install, run:
easy_install -f http://pycells.pdxcb.net/downloads.html PyCells
If you're not going to have network access while you're installing, you can directly download the PyCells egg directly, then run:
easy_install /downloads/PyCells-0.1b1-py2.4.egg
You can also check out the latest revision from my Subversion repository:
svn co http://pycells.pdxcb.net/svn/trunk pycells cd pycells sudo python setup.py install