Installation Guide ================== System Requirements ------------------- * Python 3.8 or higher * pip package manager * Internet connection for database access Installation Methods -------------------- PyPI Installation (Recommended) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash pip install varannote Development Installation ~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash git clone https://github.com/AtaUmutOZSOY/VarAnnote.git cd VarAnnote pip install -e . Verification ------------ .. code-block:: bash varannote --version varannote --help