Installation ============ The software is distributed via PyPI_, it can be installed with ``pip``: .. code-block:: console pip install mutalyzer-retriever From source ----------- The source is hosted on GitHub_, to install the latest development version, use the following commands. .. code-block:: console git clone https://github.com/mutalyzer/retriever.git cd retriever pip install . .. _PyPI: https://pypi.org/project/mutalyzer-retriever/ .. _GitHub: https://github.com/mutalyzer/retriever.git