updated SETUP.md
This commit is contained in:
parent
d70601e7e3
commit
676f80fa79
1 changed files with 2 additions and 0 deletions
2
SETUP.md
2
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 <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)
|
||||
|
|
Loading…
Reference in a new issue