evofr
is a Python package designed for evolutionary forecasting of genetic variants.
This project provides tools aimed at modeling and predicting the evolution and prevalence of genetic variants over time.
The package integrates various data handling, modeling, and plotting capabilities.
The latest release of this package can be installed with:
pip install evofr
The package can be built locally by running
poetry build
The package can then be installed from the resulting wheel file using
pip install <path-to-wheel>