Actions
Wiki » History » Revision 1
Revision 1/29
| Next »
Rogers, Chris, 26 October 2010 11:36
XBOA¶
Download and Installation¶
You can download the latest version from the code repository hosted on sourceforge:http://sourceforge.net/projects/xboa/.
Installation instructions are in the README file, but you probably have to do something like:
tar -xzf xboa-<version>.tar.gz cd xboa-<version>.tar.gz python setup.py build sudo python setup.py install
Running¶
There are several example scripts in the directory xboa-<version>/xboa/examples that are good to start with. Reference documentation is in the directory xboa-<version>/doc.
Updated by Rogers, Chris almost 13 years ago · 1 revisions