Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 888 Bytes

python_install.md

File metadata and controls

43 lines (28 loc) · 888 Bytes

Python Installation

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 rFBP

Installing prerequisites

To install the prerequisites type:

pip install -r ./requirements.txt

Installation from sources

In the rFBP directory execute:

python setup.py install

or for installing in development mode:

python setup.py develop --user

Installation using pip

The latest release of the rFBP package can be installed using pip

pip install ReplicatedFocusingBeliefPropagation

The installation via pip requires to pre-install the Cython and Numpy packages, thus make sure to pre-install them!