File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,15 @@ OpenSlide can read virtual slides in several formats:
34
34
.. _Ventana : http://openslide.org/formats/ventana/
35
35
.. _`Generic tiled TIFF` : http://openslide.org/formats/generic-tiff/
36
36
37
+
37
38
Requirements
38
39
============
39
40
40
41
* Python 2 >= 2.6 or Python 3 >= 3.3
41
42
* OpenSlide >= 3.4.0
42
43
* Python Imaging Library or Pillow
43
44
45
+
44
46
Installation
45
47
============
46
48
@@ -50,6 +52,25 @@ Installation
50
52
51
53
.. _`Install OpenSlide` : http://openslide.org/download/
52
54
55
+
56
+ Using PIL
57
+ ---------
58
+
59
+ ``setup.py `` assumes that you want to use the Pillow fork of PIL. If you
60
+ already have classic PIL installed, you can use it instead. Install
61
+ OpenSlide Python with:
62
+
63
+ ::
64
+
65
+ pip install --no-deps openslide-python
66
+
67
+ or, if you are installing by hand:
68
+
69
+ ::
70
+
71
+ python setup.py install --single-version-externally-managed --record /dev/null
72
+
73
+
53
74
License
54
75
=======
55
76
You can’t perform that action at this time.
0 commit comments