4 lines
157 B
Bash
4 lines
157 B
Bash
python3 -m venv /buildbot/venv/
|
|
/buildbot/venv/bin/pip3 --no-cache-dir install 'twisted[tls]'
|
|
/buildbot/venv/bin/pip3 --no-cache-dir install buildbot-worker
|