We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230eed4 commit 766b3eeCopy full SHA for 766b3ee
scripts/sysinstall.py
@@ -49,7 +49,7 @@
49
--pymupdf-do 0|1
50
Whether to build and install pymupdf.
51
--root <root>
52
- Root of install directory; default is `/`.
+ Root of install directory; default is 'pymupdf-sysinstall-test-root'.
53
--tesseract5 0|1
54
If 1 (the default), we force installation of libtesseract-dev version
55
5 (which is not available as a default package in Ubuntu-22.04) from
@@ -140,7 +140,7 @@ def main():
140
packages = True
141
prefix = '/usr/local'
142
pymupdf_do = True
143
- root = 'sysinstall_test'
+ root = 'pymupdf-sysinstall-test-root'
144
tesseract5 = True
145
pytest_args = None
146
pytest_do = True
0 commit comments