Installation¶
The software is distributed via PyPI and can be installed with pip:
pip install mutalyzer-hgvs-parser
From source¶
The source is hosted on GitHub, to install the latest development version, use the following commands.
git clone https://github.com/mutalyzer/hgvs-parser.git
cd hgvs-parser
pip install .