The CCOBRA framework.
Project description
Cognitive COmputation for Behavioral Reasoning Analysis (CCOBRA) Framework
Installation
PyPi
CCOBRA is available via pip
. To install the current version, run the following command:
$> pip install 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ccobra-0.0.5.tar.gz
(5.0 kB
view hashes)
Built Distribution
ccobra-0.0.5-py3-none-any.whl
(14.6 kB
view hashes)