README-maintainer: update instructions on testing pikepdf locally

This commit is contained in:
Jay Berkenbilt 2022-02-08 14:37:32 -05:00
parent acc24ba494
commit fa0b63846b
1 changed files with 2 additions and 1 deletions

View File

@ -318,7 +318,8 @@ git clone git@github.com:pikepdf/pikepdf
virtualenv v
source v/bin/activate
cd pikepdf
pip3 install -r requirements/test.txt
pip3 install --upgrade pip
pip3 install '.[test]'
rehash
pip3 install .
pytest -n auto