following Scott H's example in minipackage
pip install git+https://github.com/e-marshall/itslivetools.git@main
if fresh virtual env needed: conda env create -n itslivetools_env python=3.10
import itslivetools
itslivetools.functionname()
following Scott H's example in minipackage
pip install git+https://github.com/e-marshall/itslivetools.git@main
if fresh virtual env needed: conda env create -n itslivetools_env python=3.10
import itslivetools
itslivetools.functionname()