πŸ› οΈInstall

Clone the Git repository

git clone https://github.com/deadbits/trs.git
cd trs

Create a Python virtual environment

python3 -m venv venv
source venv/bin/activate

Install Python requirements

pip install -r requirments

Last updated