Skip to content

Commit

Permalink
Merge pull request #99 from bgilbert/pip
Browse files Browse the repository at this point in the history
Document `pip install openslide-bin` considerations for EL 8/Ubuntu 20.04
  • Loading branch information
bgilbert authored Oct 30, 2024
2 parents 6cfa508 + 939eda3 commit 3c5c462
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 3c5c462

Please sign in to comment.