🛠️Install
Clone the Git repository
git clone https://github.com/deadbits/trs.git
cd trsCreate a Python virtual environment
python3 -m venv venv
source venv/bin/activateInstall Python requirements
pip install -r requirmentsLast updated