Changes between Version 8 and Version 9 of EarlyWarningSystem
- Timestamp:
- Apr 9, 2021, 11:55:58 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EarlyWarningSystem
v8 v9 30 30 === Installing required packages: === 31 31 {{{ 32 sudo pip3 install buildbot==2.10. 2--no-binary :all:33 sudo pip3 install Twisted --no-binary :all:34 sudo pip3 install buildbot-www==2.10. 235 sudo pip3 install buildbot-worker==2.10. 232 sudo pip3 install buildbot==2.10.5 --no-binary :all: 33 sudo pip3 install Twisted==21.2.0 --no-binary :all: 34 sudo pip3 install buildbot-www==2.10.5 35 sudo pip3 install buildbot-worker==2.10.5 36 36 37 37 }}}