Commit fa0b63846b5bf359539053b4da52997cd6b9eadf
1 parent
acc24ba4
README-maintainer: update instructions on testing pikepdf locally
Showing
1 changed file
with
2 additions
and
1 deletions
README-maintainer
| ... | ... | @@ -318,7 +318,8 @@ git clone git@github.com:pikepdf/pikepdf |
| 318 | 318 | virtualenv v |
| 319 | 319 | source v/bin/activate |
| 320 | 320 | cd pikepdf |
| 321 | -pip3 install -r requirements/test.txt | |
| 321 | +pip3 install --upgrade pip | |
| 322 | +pip3 install '.[test]' | |
| 322 | 323 | rehash |
| 323 | 324 | pip3 install . |
| 324 | 325 | pytest -n auto | ... | ... |