Skip to content

Manual Install

Justin edited this page Dec 26, 2020 · 2 revisions

These instructions are for Debian distros. Your specific commands may differ.

  1. Navigate to your desired install directory:
  • cd /path/to/scripts_Directory
  1. Update your package manager with:
  • apt update
  1. Install git, python3 python3 pip and FFMPEG with:
  • apt install git python3 python3-pip ffmpeg -y
  1. Clone this repository with:
  • git clone https://github.com/jsaddiction/TrailerTech.git
  1. Navigate into the new directory:
  • cd /TrailerTech
  1. Install script dependencies with:
  • python3 -m pip install -r requirements.txt

Clone this wiki locally