Skip to content

Commit 939eda3

Browse files
committed
Document pip install openslide-bin considerations for EL 8/Ubuntu 20.04
Those distros have a pip version too old to use the wheel, so pip must be upgraded first. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent 6cfa508 commit 939eda3

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

download/index.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,19 @@ openslide/[~4]</pre>
249249
<tr>
250250
<th>Python</th>
251251
<th><a href="https://pypi.org/">PyPI</a></th>
252-
<td><code>python3 -m pip install openslide-bin</code></td>
252+
<td>
253+
<div>
254+
<i>On RHEL 8 (with Python 3.8+) or Ubuntu 20.04:</i><br>
255+
<code>
256+
python3 -m pip install --upgrade pip<br>
257+
python3 -m pip install openslide-bin
258+
</code>
259+
</div>
260+
<div>
261+
<i>On other OSes:</i><br>
262+
<code>python3 -m pip install openslide-bin</code>
263+
</div>
264+
</td>
253265
<td><code>python3 -m pip install openslide-python</code></td>
254266
</tr>
255267
<tr>

0 commit comments

Comments
 (0)