Installation ============ Shifterator requires Python 3.6 or higher. The following packages are also required: - `Matplotlib `_ - `NumPy `_ Install Latest Release ---------------------- The latest release of :code:`shifterator` is available via :code:`pip`. .. code-block:: bash pip install shifterator Install Development Version --------------------------- The latest development branch of :code:`shifterator` is available `on Github `_: .. code-block:: bash git clone https://github.com/ryanjgallagher/shifterator.git cd shifterator pip install -e .