doc update
This commit is contained in:
parent
c5fb955355
commit
8715d2bab3
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ dda-devops-build provide a envioronment to tie several DevOps tools together for
|
|||
|
||||
```
|
||||
sudo apt install python3-pip
|
||||
sudo pip3 install pip3 --upgrade --user
|
||||
pip3 install pip3 --upgrade --user
|
||||
pip3 install pybuilder ddadevops deprecation --user
|
||||
export PATH=$PATH:~/.local/bin
|
||||
|
||||
|
@ -184,7 +184,7 @@ A full working example: [doc/example/50_docker_module](doc/example/50_docker_mod
|
|||
5. Versions nr in build.py: hochzählen, *.dev anfügen
|
||||
7. git commit -am "version bump"
|
||||
8. git push
|
||||
9. sudo pip3 install ddadevops==0.7.0 --user
|
||||
9. pip3 install ddadevops==0.7.0 --user
|
||||
|
||||
|
||||
# License
|
||||
|
|
Loading…
Reference in a new issue