.. _installation: Installation ========== Omnibus is written for Python 2.7 and has been tested on OS X 10.13.6, Ubuntu 16.04, and Ubuntu 18.04. To get started, first clone the GitHub repository:: git clone https://github.com/InQuest/omnibus Move into the new directory and install the required Python libraries:: cd omnibus pip install -r requirements.txt