summaryrefslogtreecommitdiff
path: root/docs/installation.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation.rst')
-rw-r--r--docs/installation.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/installation.rst b/docs/installation.rst
index 9ebcfd5..42d30bf 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -69,7 +69,6 @@ wheels.
|python-pikepdf|
-
Debian, Ubuntu and other APT-based distributions
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -250,3 +249,20 @@ regenerate it:
pip install -r requirements/docs.txt
cd docs
make html
+
+PyPy3 support
+-------------
+
+PyPy3 3.6 is currently supported. However, binary wheels for PyPy3 are not available
+for some platforms, since some dependencies of pikepdf (namely lxml) do not yet
+generate PyPy3 wheels of their own.
+
++----------------+------------------------+-------+
+| Platform | Source build supported | Wheel |
++================+========================+=======+
+| Windows 64-bit | ✅ | |
++----------------+------------------------+-------+
+| Linux 64-bit | ✅ | |
++----------------+------------------------+-------+
+| macOS | ✅ | ✅ |
++----------------+------------------------+-------+