355 B
355 B
Setup Guide
- Set up python3 venv using
python3 -m venv /path/to/new/virtual/environment && source <venv>/bin/activate
(this should be in your local copy of the repository) - Install python dependencies using
pip install -r requirements.txt
- Write udtconfig.yml. (Use udtconfig_template.yml as a base)
- Run tool using
python3 main.py --help