Installation ============ **iderare-pheno** supports Python >= 3.10. ## Installing with `pip` **iderare-pheno** is available [on PyPI](https://pypi.org/project/iderare-pheno/). Just run ```bash pip install iderare-pheno ``` ## Installing from source To install **iderare-pheno** from source, first clone [the repository](https://github.com/ivanwilliammd/iderare-pheno): ```bash git clone https://github.com/ivanwilliammd/iderare-pheno.git cd iderare-pheno ``` Then run ```bash pip install -e . ```