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/dev_setup.md

283 B

For local development

python3 -m venv ~/.venv --upgrade  
source ~/.venv/bin/activate
pip3 install --upgrade -r dev_requirements.txt
pip3 install --upgrade -r requirements.txt

For testing a dev version

pyb publish upload
pip3 install --upgrade ddadevops --pre