Remove outdated installation warnings

This commit is contained in:
Hugo van Kemenade 2024-02-19 22:50:06 +02:00
parent e1c5d57d50
commit 531b1e1b9a

View File

@ -9,15 +9,6 @@ Installation
});
</script>
Warnings
--------
.. warning:: Pillow and PIL cannot co-exist in the same environment. Before installing Pillow, please uninstall PIL.
.. warning:: Pillow >= 1.0 no longer supports ``import Image``. Please use ``from PIL import Image`` instead.
.. warning:: Pillow >= 2.1.0 no longer supports ``import _imaging``. Please use ``from PIL.Image import core as _imaging`` instead.
Python Support
--------------