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 .. include:: global.rst