.. _Installation: ============ Installation ============ From PyPI ~~~~~~~~~ inspectomop can be installed via pip from `PyPI `__. .. code-block:: bash $ pip install inspectomop From Source ~~~~~~~~~~~ 1. Download the `inspectomop project `__ from GitHub. 2. From the root directory of inspectomop run:: python setup.py install Dependencies ~~~~~~~~~~~~ * `python `__: version 3.0 or higher * `sqlalchemy `__: version 1.2.1 or higher * `pandas `__: version 0.22.0 or higher