Forebodere : : Installation

Installation

Python

Forebodere exists as a package on PyPI and can be installed via pip:

pip install forebodere

Docker

Forebodere also exists as a Docker image, and can be pulled:

docker pull autophagy/forebodere:latest

However, if you wish to run Forebodere on a Raspberry Pi, you need to build the Docker image on the Pi’s own ARM processor:

git clone git@github.com:autophagy/forebodere.git
docker build -t autophagy/forebodere:latest forebodere
Free document hosting provided by Read the Docs.