Skip to content

blab/evofr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evofr: Evolutionary forecasting for genetic variants

CI

Installation

The latest release of this package can be installed with:

pip install evofr

Installing locally

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>