Usage
Installation
To use MGSurvE, first install it using pip:
$ pip install MGSurvE
If needed, dependencies can be installed through our conda environment through its YML:
$ conda env create -f REQUIREMENTS.yml
or TXT definitions:
$ conda create -n new MGSurvE --file REQUIREMENTS.txt