Skip to content

Commit 863f1a8

Browse files
authored
Update README.rst
1 parent 36f56f9 commit 863f1a8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@ See the `Wiki <https://github.com/rk700/PyMuPDF/wiki>`_ for more info/news/relea
2525
Installation
2626
============
2727

28-
Normally it should be as easy as running ``python setup.py install`` once MuPDF is in place (i.e. its binaries have been built / generated or have been made available otherwise).
28+
Like v1.9.1, this version 1.9.2 is also based on MuPDF version 1.9a. Therefore, generating MuPDF is not required to make use of it.
2929

30-
Refer to this `document <http://pythonhosted.org/PyMuPDF/installation.html>`_ for details.
30+
If you had not previously installed MuPDF, you must first do this. This process highly depends on your system. For most platforms, MuPDF source contains prepared procedures on how to do this. Linux distributions usually also provide their own ways on how to install MuPDF. See below for more details.
31+
32+
Once MuPDF is in place, installing PyMuPDF comes down to running the usual ``python setup.py install``.
33+
34+
Also refer to this `document <http://pythonhosted.org/PyMuPDF/installation.html>`_ for details.
3135

3236
Arch Linux
3337
----------
@@ -58,7 +62,7 @@ Usage
5862

5963
Please have a look at the basic `demos <https://github.com/rk700/PyMuPDF/tree/master/demo>`_ or the `examples <https://github.com/rk700/PyMuPDF/tree/master/examples>`_ which contain complete, working programs.
6064

61-
You can also access the complete documentation as a `PDF <https://github.com/rk700/PyMuPDF/tree/master/doc/PyMuPDF.pdf>`_ or as a `Windows compiled html <https://github.com/JorjMcKie/PyMuPDF-optional-material/tree/master/doc/PyMuPDF.chm>`_.
65+
You can access the complete documentation (which contains a detailed tutorial) as a `PDF <https://github.com/rk700/PyMuPDF/tree/master/doc/PyMuPDF.pdf>`_, as a `Windows compiled html <https://github.com/JorjMcKie/PyMuPDF-optional-material/tree/master/doc/PyMuPDF.chm>`_ or at `PyPI <http://pythonhosted.org/PyMuPDF/>`_.
6266

6367
Legacy Support
6468
==============

0 commit comments

Comments
 (0)