Skip to content

1: Setup

tarrynt whitty edited this page Jan 25, 2024 · 2 revisions

Pre-setup

In order to use this application you will need to have python installed and set up the required library's. Git is also handy for updating the application.

Windows

https://www.python.org/downloads/

or

winget install -e --id Python.Python.3.11

next install git

https://git-scm.com/download/win

or

winget install -e --id Git.Git

lastly download the repo and setup the requirements

git clone https://github.com/riskdoe/Project-Tada.git
cd Project-Tada
pip install -r requirements.txt

once this is complete you can use update.bat to update the application or use

git pull

linux

This is non tested right now but will be updated once i run this on linux if your a linux user you should know how to use this.

mac

I do not own a mac so i can not test this sorry

next step

set up and edit the config file https://github.com/riskdoe/Project-Tada/wiki/2:-Config

Clone this wiki locally