-
Notifications
You must be signed in to change notification settings - Fork 4
Manual Install
Justin edited this page Dec 26, 2020
·
2 revisions
These instructions are for Debian distros. Your specific commands may differ.
- Navigate to your desired install directory:
cd /path/to/scripts_Directory
- Update your package manager with:
apt update
- Install git, python3 python3 pip and FFMPEG with:
apt install git python3 python3-pip ffmpeg -y
- Clone this repository with:
git clone https://github.com/jsaddiction/TrailerTech.git
- Navigate into the new directory:
cd /TrailerTech
- Install script dependencies with:
python3 -m pip install -r requirements.txt