rethon#

A Python package for modeling the method of reflective equilibrium based on Beisbart, Betz and Brun (2021).

Installation#

Using pip#

… to come …

From the source code#

You can install the package locally, by

  • first git-cloning the repository:

    • git clone git@github.com:debatelab/rethon.git

  • and then installing the package by running ‘pip install -e .’ from the local directory of the package (e.g. local-path-to-repository/rethon) that contains the setup file setup.py. (The -e-option will install the package in the editable mode, allowing you to change the source code.)

Note

The package requires a python version >= 3.8 and depends on the packages bitarray, numba and PySat, which will be installed automatically. Additionally, it depends on the tau package, which must be installed manually.

Documentation#

The tutorials provide step-by-step instructions of using the rethon package. Further details can be found in the API documentation.

Licence#

ToDo