🦊
trs: documentation
GitHub Repo
  • πŸ§™β€β™‚οΈtrs: documentation
  • Overview
    • πŸ› οΈInstall
    • πŸ§ͺUse
    • πŸ–ΌοΈScreenshots
    • πŸ—ΊοΈDiagrams
Powered by GitBook
On this page
  1. Overview

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 1 year ago

πŸ› οΈ