Installation
Wrapica can be installed as a pypi package or from source.
It is recommended one create a virtual env first
python3 -mvenv venv/
source venv/bin/activate
pip install --upgrade pip
From PyPi
Use the pip cli tool
pip install wrapica
From Source
Wrapica can also be installed from GitHub
pip install git+https://github.com/umccr/wrapica.git@dev