#!/bin/bash cd /opt source environment.sh apt install -y python3 python3-pip git pip install trexio git clone --depth=1 https://github.com/TREX-CoE/trexio_tools.git cd trexio_tools pip install . apt remove -y git python3-pip