Skip to content

Commit

Permalink
Document pip install openslide-bin considerations for EL 8/Ubuntu 2…
Browse files Browse the repository at this point in the history
…0.04

Those distros have a pip version too old to use the wheel, so pip must be
upgraded first.

Signed-off-by: Benjamin Gilbert <[email protected]>
  • Loading branch information
bgilbert committed Oct 30, 2024
1 parent 6cfa508 commit 939eda3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,19 @@ openslide/[~4]</pre>
<tr>
<th>Python</th>
<th><a href="https://pypi.org/">PyPI</a></th>
<td><code>python3 -m pip install openslide-bin</code></td>
<td>
<div>
<i>On RHEL 8 (with Python 3.8+) or Ubuntu 20.04:</i><br>
<code>
python3 -m pip install --upgrade pip<br>
python3 -m pip install openslide-bin
</code>
</div>
<div>
<i>On other OSes:</i><br>
<code>python3 -m pip install openslide-bin</code>
</div>
</td>
<td><code>python3 -m pip install openslide-python</code></td>
</tr>
<tr>
Expand Down

0 comments on commit 939eda3

Please sign in to comment.