-
Notifications
You must be signed in to change notification settings - Fork 0
1: Setup
tarrynt whitty edited this page Jan 25, 2024
·
2 revisions
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.
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
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.
I do not own a mac so i can not test this sorry
set up and edit the config file https://github.com/riskdoe/Project-Tada/wiki/2:-Config