Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.07 KB

File metadata and controls

34 lines (22 loc) · 1.07 KB

Installation

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

Uninstall

pip uninstall PyOpenWorm

Running tests

After checking out the project, tests can be run on the command line with::

python tests/test.py

Optional

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.