doc
This commit is contained in:
parent
dba0b1550c
commit
37ba2080c2
1 changed files with 2 additions and 0 deletions
|
@ -8,8 +8,10 @@ sudo apt install python3-pip
|
||||||
sudo pip3 install pip3 --upgrade --user
|
sudo pip3 install pip3 --upgrade --user
|
||||||
pip3 install --pre pybuilder ddadevops deprecation --user
|
pip3 install --pre pybuilder ddadevops deprecation --user
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
|
|
||||||
# in case of using terraform
|
# in case of using terraform
|
||||||
pip3 install python-terraform --user
|
pip3 install python-terraform --user
|
||||||
|
|
||||||
# in case of using AwsMixin
|
# in case of using AwsMixin
|
||||||
pip3 install boto3 --user
|
pip3 install boto3 --user
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue