diff --git a/SETUP.md b/SETUP.md new file mode 100644 index 0000000..c5915e7 --- /dev/null +++ b/SETUP.md @@ -0,0 +1,6 @@ +# Setup Guide + +1. Set up python3 venv using `python3 -m venv /path/to/new/virtual/environment && source /bin/activate` (this should be in your local copy of the repository) +2. Install python dependencies using `pip install -r requirements.txt` +3. Write udtconfig.yml. (Use udtconfig_template.yml as a base) +4. Run tool using `python3 main.py --help` \ No newline at end of file