Installation

Get rabbit_force by downloading the latest release, or clone it from github:

$ git clone https://github.com/robertmrk/rabbit_force.git

rabbit_force requires python 3.6 and pipenv to be installed.

To install pipenv run:

$ pip install pipenv

To install rabbit_force and all of its dependencies in a virtual environment run:

$ pipenv install --ignore-pipfile

then activate the virtual environment:

$ pipenv shell