universal-docker-tool/SETUP.md

8 lines
428 B
Markdown
Raw Permalink Normal View History

2024-09-14 20:47:15 +02:00
# Setup Guide
2024-09-14 21:17:00 +02:00
This guide assumes you are using either bash or zsh on a linux machine.
2024-09-14 20:47:15 +02:00
1. 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)
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`