First of all ensure that a right Python version is installed (Python >= 3.5 is required). The Anaconda/Miniconda python version is recomended.
Download the project or the latest release:
git clone https://github.com/Nico-Curti/rFBP
cd rFBPTo install the prerequisites type:
pip install -r ./requirements.txtIn the rFBP directory execute:
python setup.py installor for installing in development mode:
python setup.py develop --userThe latest release of the rFBP package can be installed using pip
pip install ReplicatedFocusingBeliefPropagationThe installation via pip requires to pre-install the Cython and Numpy packages, thus make sure to pre-install them!