Skip to content

Commit 4368d39

Browse files
committed
Merge branch 'master' of https://github.com/rk700/PyMuPDF
2 parents 1bd5f37 + b10f4f5 commit 4368d39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ If applicable, add screenshots to help explain your problem.
2424
## Your configuration (mandatory)
2525
- Operating system, potentially version and bitness
2626
- Python version, bitness
27-
- PyMuPDF version, installation method (wheel or source generated).
27+
- PyMuPDF version, installation method (**wheel** or **generated** from source).
2828

29-
For example, the output of `print(sys.version, "\n", sys.platform, "\n", fitz.__doc__)` would be sufficient.
29+
For example, the output of `print(sys.version, "\n", sys.platform, "\n", fitz.__doc__)` would be sufficient (for the first two bullets).
3030

3131
## Additional context (optional)
3232
Add any other context about the problem here.

installation/ubuntu/ubuntu_pymupdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
wget https://mupdf.com/downloads/mupdf-1.16.1-source.tar.gz
1+
wget https://mupdf.com/downloads/archive/mupdf-1.16.1-source.tar.gz
22
tar -zxvf mupdf-1.16.1-source.tar.gz
33

44
cd mupdf-1.16.1-source

0 commit comments

Comments
 (0)