We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5d57 commit 531b1e1Copy full SHA for 531b1e1
docs/installation.rst
@@ -9,15 +9,6 @@ Installation
9
});
10
</script>
11
12
-Warnings
13
---------
14
-
15
-.. warning:: Pillow and PIL cannot co-exist in the same environment. Before installing Pillow, please uninstall PIL.
16
17
-.. warning:: Pillow >= 1.0 no longer supports ``import Image``. Please use ``from PIL import Image`` instead.
18
19
-.. warning:: Pillow >= 2.1.0 no longer supports ``import _imaging``. Please use ``from PIL.Image import core as _imaging`` instead.
20
21
Python Support
22
--------------
23
0 commit comments