You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dda-devops-build/doc/dev_setup.md

6 lines
182 B
Markdown

```
python3 -m venv ~/.venv --upgrade
source ~/.venv/bin/activate
pip3 install --upgrade pybuilder deprecation dda_python_terraform boto3
pip3 install --upgrade ddadevops --pre
```