The recommended way to get PyOpenWorm is from pip:
pip install pyopenworm
Alternatively, you can grab the contents from GitHub:
git clone https://github.com/openworm/PyOpenWorm.git
cd PyOpenWorm
python setup.py install
pip uninstall PyOpenWorm
After checking out the project, tests can be run on the command line with::
python tests/test.py
There is an optional database storeage option called Sleepycat. You may encounter these issues if you pursue this option:
If your system does not come with bsddb, you will need to install it. On MacOSX, you can follow these instructions for how to install the python library.
If you don't have the Berkeley DB (necessary for using bsddb) you can get it from the Oracle website.