Commit fa0b63846b5bf359539053b4da52997cd6b9eadf

Authored by Jay Berkenbilt
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,7 +318,8 @@ git clone git@github.com:pikepdf/pikepdf
318 virtualenv v 318 virtualenv v
319 source v/bin/activate 319 source v/bin/activate
320 cd pikepdf 320 cd pikepdf
321 -pip3 install -r requirements/test.txt 321 +pip3 install --upgrade pip
  322 +pip3 install '.[test]'
322 rehash 323 rehash
323 pip3 install . 324 pip3 install .
324 pytest -n auto 325 pytest -n auto