2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-16 00:42:21 +00:00

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

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