Installation ============ .. _FAQ: https://seeeye.readthedocs.io/en/latest/faq.html#python-setup ``seeeye`` is `available on PyPI (Python Package Index) `_. You can install with with ``pip``: .. code-block:: console $ pip install --upgrade seeeye To verify the installation, run: .. code-block:: console $ cicd --version You should see the version being logged to the console. First time hearing ``pip``? Or you got the *"command not found: cicd"* error? Check :doc:`../faq`.