this is a modular app that can handle some repetitive tasks in the R&D process
- Install Python (make sure to add it to the environment variables).
- (Optional) Create and activate a Python virtual environment.
- install python third party libs by running the following command in terminal (select1)
python install.py
- Install ffmpeg (make sure to add it to the environment variables).
- install git (make sure to add it to the environment variables).
- open terminal in a folder you like, and running the following command in terminal
git clone https://github.com/waaall/RD-tools.git
open terminal in the RD-tools
folder, and running the following command in terminal
git pull
NOTICE: if you change the code, maybe have errors when you running git pull
command. You need to learn how to fix the git conflict.Since you have modified the code, I assume you possess many fundamental skills, such as being proficient in Git and Python; otherwise, you can reinstall.
start this app by running the following command in terminal.
python main.py
For more details, please refer to the Help window within the app.