Cognitive COmputation for Behavioral Reasoning Analysis (CCOBRA) Framework
[API Documentation]
[Online Model Evaluation Platform]
Installation
PyPi
CCOBRA is available via pip
. To install the current version, run the following command:
$> pip install ccobra
to update your installation, run pip install -U ccobra
.
Development Version
It is also possible to install a development version of CCOBRA. The difference to the standard version is that changes to the local copy of the repository are directly reflected in the module loaded from Python via import
. To install the develop version, download a local copy of the repository and run the following commands:
$> cd /path/to/repository/
$> python setup.py develop [--user]
To remove the development version, run the following commands:
$> cd /path/to/repository
$> python setup.py develop [--user] --uninstall