Installation#

Before you install miros-rabbitmq you first must install RabbitMq

To install miros-rabbitmq:

python3 -m venv
. ./venv/bin/activate
pip install miros-rabbitmq

miros-rabbitmq has been tested on Python 3.5 with pika 0.11.2. It is dependent upon miros, pika, netifaces, python-dotenv and cryptography.