Prerequisites

  • Python installed

Installation

I recommend to use virtualenv with Python 3.

Pypi package

Install via pip:

pip install rasahub

Bleeding-Edge Version

Install from sources:

git clone https://github.com/DServSys/rasahub.git
cd rasahub
pip install -e .