We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cfa508 + 939eda3 commit 3c5c462Copy full SHA for 3c5c462
1 file changed
download/index.md
@@ -249,7 +249,19 @@ openslide/[~4]</pre>
249
<tr>
250
<th>Python</th>
251
<th><a href="https://pypi.org/">PyPI</a></th>
252
- <td><code>python3 -m pip install openslide-bin</code></td>
+ <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
261
+ <i>On other OSes:</i><br>
262
+ <code>python3 -m pip install openslide-bin</code>
263
264
+ </td>
265
<td><code>python3 -m pip install openslide-python</code></td>
266
</tr>
267
0 commit comments