From 676f80fa7974de21d8a8dd463e62686c13651e2e Mon Sep 17 00:00:00 2001 From: raphael Date: Sat, 14 Sep 2024 21:17:00 +0200 Subject: [PATCH] updated SETUP.md --- SETUP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SETUP.md b/SETUP.md index c5915e7..8f2e806 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,5 +1,7 @@ # Setup Guide +This guide assumes you are using either bash or zsh on a linux machine. + 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)