Skip to content

Commit 18116fb

Browse files
committed
Update README
1 parent 6749027 commit 18116fb

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# PyMuPDF 1.13.15 [![Build Status](https://travis-ci.org/rk700/PyMuPDF.svg?branch=master)](https://travis-ci.org/rk700/PyMuPDF)
1+
# PyMuPDF 1.13.15
22

33
![logo](https://github.com/rk700/PyMuPDF/blob/master/demo/pymupdf.jpg)
44

55
Release date: July 26, 2018
66

7+
**Travis-CI:** [![Build Status](https://travis-ci.org/rk700/PyMuPDF.svg?branch=master)](https://travis-ci.org/rk700/PyMuPDF)
8+
9+
On **[PyPI](https://pypi.org/project/PyMuPDF)** since August 2015: [![](http://pepy.tech/badge/pymupdf)](http://pepy.tech/project/pymupdf)
710
# Authors
811
* [Ruikai Liu](mailto:[email protected])
912
* [Jorj X. McKie](mailto:[email protected])
@@ -20,13 +23,15 @@ See the [Wiki](https://github.com/rk700/PyMuPDF/wiki) for more information, [new
2023

2124
# Installation
2225

23-
For all **Windows** and (thanks to our user **@jbarlow83**!) for the major **Mac OSX** and **Linux** versions we offer [wheels](https://github.com/rk700/PyMuPDF/releases/latest). They can also be found in the [download section of PyPI](https://pypi.org/project/PyMuPDF/#files), where we are present since August 2015 - [![](http://pepy.tech/badge/pymupdf)](http://pepy.tech/project/pymupdf) since then.
26+
For all **Windows** and (thanks to our user **@jbarlow83**!) for the major **Mac OSX** and **Linux** versions we offer [wheels](https://github.com/rk700/PyMuPDF/releases/latest). They can also be found in the [download section of PyPI](https://pypi.org/project/PyMuPDF/#files).
27+
28+
The platform tag for Mac OSX is `macosx_10_6_intel`.
2429

25-
As an unconfirmed information: the Linux wheels may be **usable on FreeBSD** systems as well - give it a try by manually downloading the wheel and using PIP with that file.
30+
The plaform tag for Linux is `manylinux1_x86_64`, which works on Debian, Ubuntu and most others.
2631

2732
On other operating systems you need to generate PyMuPDF yourself. Before you can do this, you must download and generate MuPDF. This process depends very much on your system. For most platforms, the MuPDF source contains prepared procedures for achieving this.
2833

29-
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). The [GitHub repo](https://github.com/ArtifexSoftware/mupdf) of MuPDF contains their current **development source**, which is not incompatible with this PyMuPDF version most of the time.
34+
Be sure to download the official MuPDF source release from [here](https://mupdf.com/downloads). The [GitHub repo](https://github.com/ArtifexSoftware/mupdf) of MuPDF contains their current **development source**, which is **not compatible** with this PyMuPDF version most of the time.
3035

3136
Once this is done, adjust directories in ``setup.py`` and the rest should be as easy as running the usual ``python setup.py install``.
3237

0 commit comments

Comments
 (0)