Skip to content

Commit be34474

Browse files
committed
Bugfix: pipeline.md was outdated
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 8bc307e commit be34474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standards/certification/pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ including a cronjob.
184184
```shell
185185
virtualenv .venv
186186
. .venv/bin/activate
187-
pip install -r requirements.txt
187+
pip install -r requirements.txt -r iaas/requirements.txt
188188
pip install passlib argon2_cffi # these are only needed for Step 2
189189
```
190190

0 commit comments

Comments
 (0)