Skip to content

Commit 3c5c462

Browse files
authored
Merge pull request #99 from bgilbert/pip
Document `pip install openslide-bin` considerations for EL 8/Ubuntu 20.04
2 parents 6cfa508 + 939eda3 commit 3c5c462

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)