Installation ============ The software is distributed via PyPI_ and can be installed with ``pip``: .. code-block:: console pip install mutalyzer-hgvs-parser 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/hgvs-parser.git cd hgvs-parser pip install . .. _PyPI: https://pypi.org/project/mutalyzer-hgvs-parser/ .. _GitHub: https://github.com/mutalyzer/hgvs-parser.git