Cerberus Installation#

This part of the documentation covers the installation of Cerberus. The first step to using any software package is getting it properly installed. Please refer to one of the many established ways to work in project-specific virtual environments, i.e. the Virtual Environments and Packages section of the Pyton documentation.

Stable Version#

Cerberus is on the PyPI so all you need to do is:

$ pip install cerberus

Development Version#

Obtain the source (either as source distribution from the PyPI, with git or other means that the Github platform provides) and use the following command in the source’s root directory for an editable installation. Subsequent changes to the source code will affect its following execution without re-installation.

$ pip install -e .