Data retention policy tools.
You will need to create an exclusive Python 3.8 (or later) virtual environment. For example:
python -m venv .venv
source .venv/bin/activate
Then, to install HGI Vault:
pip install git+https://github.com/wtsi-hgi/hgi-vault.git
It is not recommended to install HGI Vault globally or in a shared virtual environment due to the risk of namespace collision.
See the documentation directory for full instructions. Specifically: