Skip to content

Commit 167ee10

Browse files
committed
Merge branch 'master' of https://github.com/rk700/PyMuPDF
2 parents 0216c44 + de78f7a commit 167ee10

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ See the [Wiki](https://github.com/rk700/PyMuPDF/wiki) for more information, [new
2020

2121
# Installation
2222

23-
For all [Windows](https://github.com/JorjMcKie/PyMuPDF-wheels/tree/windows) and the major [Mac OS](https://github.com/JorjMcKie/PyMuPDF-wheels/tree/osx) and [Linux](https://github.com/JorjMcKie/PyMuPDF-wheels/tree/linux) versions we offer wheel-based installation options. The files can also be found in the download section of PyPI.
23+
For all Windows and the major Mac OS and Linux versions we offer wheel-based installation options. Look [here](https://github.com/rk700/PyMuPDF/releases/latest) to download the latest version for your OS. The files can also be found in the download section of PyPI.
2424

25-
If you - for whatever reason - need to generate PyMuPDF, you must first download and generate MuPDF. This process very much depends on your system. For most platforms, the MuPDF source contains prepared procedures on how to achieve this.
25+
If - for whatever reason - you need to generate PyMuPDF yourself, you must first download and generate MuPDF. This process depends very much on your system. For most platforms, the MuPDF source contains prepared procedures on how to achieve this.
2626

2727
Be sure to download the official MuPDF release from [here](https://mupdf.com/downloads). Although MuPDF also has a GitHub repo, this contains their current **development source**, which more often than not is incompatible with this PyMuPDF.
2828

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

31-
Refer to our documentation for additional comments.
31+
In the following you find some comments for various operating systems and please do refer to our documentation for more.
3232

3333
## Arch Linux
3434
AUR: https://aur.archlinux.org/packages/python2-pymupdf/ currently only provides PyMuPDF version 1.9.2 for Python 2.
@@ -56,17 +56,11 @@ Have a look at the basic [demos](https://github.com/rk700/PyMuPDF/tree/master/de
5656

5757
You have a number of options to access the documentation:
5858

59-
* You can view it online at [Read the Docs](https://pymupdf.readthedocs.io/).
59+
* You can view it online at [Read the Docs](https://pymupdf.readthedocs.io/). Do not **download** from here, instead use the following links.
6060
* You can download a zipped [HTML](https://github.com/rk700/PyMuPDF/tree/master/doc/html.zip) version.
6161
* You can download a [Windows CHM](https://github.com/JorjMcKie/PyMuPDF-optional-material/tree/master/doc/PyMuPDF.chm).
6262
* You can download a [PDF](https://github.com/rk700/PyMuPDF/tree/master/doc/pymupdf.pdf).
6363

64-
> The new [PyPI Warehouse](https://pypi.org/project/PyMuPDF/) no longer supports storing or maintaining documentation at https://pythonhosted.org. Everything there is hence becoming stale since many months. Their plans even include to drop this facility entirely once the new PyPI is fully in production. Projects should instead use https://readthedocs.org.
65-
66-
> Because our latest documentation update on **pythonhosted.org** was from June 2017, we have decided to shift gears immediately: you will now find PyMuPDF's (always current) online documentation on **Read the Docs** as indicated above. Please ignore the old site **pythonhosted.org** to avoid confusion.
67-
68-
> **Recommendation:** do not try to **download** documentation from **Read the Docs** - instead, follow the links above.
69-
7064
Earlier Versions
7165
================
7266
* [PyMuPDF Version 1.12.0](https://github.com/rk700/PyMuPDF/tree/1.12.0)

0 commit comments

Comments
 (0)