InstallationΒΆ

To install:

python3 -m venv venv
. ./venv/bin/activate
pip install spaced

Spaced has been tested on Python 3.5 and is dependent upon pyyaml, numpy, scipy and matplotlib.

For testing the package, there are dependencies upon pytest, pyreadline and Click.

prev, top, next