describe dev setup
This commit is contained in:
parent
e3e486d8e3
commit
3058be1923
1 changed files with 10 additions and 1 deletions
|
@ -1,6 +1,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
# For local development
|
||||||
```
|
```
|
||||||
python3 -m venv ~/.venv --upgrade
|
python3 -m venv ~/.venv --upgrade
|
||||||
source ~/.venv/bin/activate
|
source ~/.venv/bin/activate
|
||||||
pip3 install --upgrade pybuilder deprecation dda_python_terraform boto3
|
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
|
pip3 install --upgrade ddadevops --pre
|
||||||
```
|
```
|
Loading…
Add table
Reference in a new issue