Skip to content

Commit

Permalink
Merge pull request #56 from bgilbert/download
Browse files Browse the repository at this point in the history
download: add Ubuntu PPA, Arch, conda-forge, MSYS2, vcpkg; cleanups
  • Loading branch information
bgilbert authored Oct 7, 2023
2 parents be90f11 + e3af897 commit f19217b
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 25 deletions.
6 changes: 6 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,9 @@ div.releases.indent {
.pinfo tbody th {
text-align: left;
}
.pinfo tbody td div:first-child {
margin-bottom: 0.85em;
}
.pinfo tbody td div:not(:first-child) {
margin-top: 0.85em;
}
105 changes: 80 additions & 25 deletions download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,42 @@ If you're looking for the bleeding edge,
</tr>
</thead>
<tbody>
<tr>
<th>Linux</th>
<th><a href="https://fedoraproject.org/">Fedora</a></th>
<td><code>dnf install openslide</code></td>
<td><code>dnf install python3-openslide</code></td>
</tr>
<tr>
<th>Linux</th>
<th>
<a href="https://www.debian.org/">Debian</a><br>
<a href="https://ubuntu.com/">Ubuntu</a>
<a href="https://almalinux.org/">AlmaLinux</a><br>
<a href="https://www.centos.org/centos-stream/">CentOS Stream</a><br>
<a href="https://www.oracle.com/linux/">Oracle Linux</a><br>
<a href="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux">Red Hat Enterprise Linux</a><br>
<a href="https://rockylinux.org/">Rocky Linux</a>
</th>
<td><code>apt-get install openslide-tools</code></td>
<td>
<code>apt-get install python3-openslide</code><br>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>yum install openslide</code><br>
</td>
<td>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>yum install python3-openslide</code><br>
</td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://archlinux.org/">Arch Linux</a></th>
<td><code>pacman -S openslide</code></td>
<td></td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://www.debian.org/">Debian</a></th>
<td><code>apt install openslide-tools</code></td>
<td><code>apt install python3-openslide</code></td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://fedoraproject.org/">Fedora</a></th>
<td><code>dnf install openslide</code></td>
<td><code>dnf install python3-openslide</code></td>
</tr>
<tr>
<th>Linux</th>
<th><a href="https://www.opensuse.org/">openSUSE</a></th>
Expand All @@ -85,39 +104,75 @@ If you're looking for the bleeding edge,
</tr>
<tr>
<th>Linux</th>
<th>
<a href="https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux">Red Hat Enterprise Linux</a><br>
<a href="https://www.centos.org/centos-stream/">CentOS Stream</a>
</th>
<th><a href="https://ubuntu.com/">Ubuntu</a></th>
<td>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>yum install openslide</code><br>
<i>(RHEL/CentOS Stream &ge; 8)</i>
<div>
<i>Official packages:</i><br>
<code>apt install openslide-tools</code>
</div>
<div>
<i>Latest OpenSlide:</i><br>
<code>
apt install software-properties-common<br>
add-apt-repository <a href="https://launchpad.net/~openslide/+archive/ubuntu/openslide">ppa:openslide/openslide</a><br>
apt install openslide-tools
</code>
</div>
</td>
<td>
<i>First, install <a href="https://fedoraproject.org/wiki/EPEL">EPEL</a>.</i><br>
<code>yum install python3-openslide</code><br>
<i>(RHEL/CentOS Stream &ge; 8)</i>
<div>
<i>Official packages:</i><br>
<code>apt install python3-openslide</code>
</div>
<div>
<i>Latest OpenSlide Python:</i><br>
<code>
apt install software-properties-common<br>
add-apt-repository <a href="https://launchpad.net/~openslide/+archive/ubuntu/openslide">ppa:openslide/openslide</a><br>
apt install python3-openslide
</code>
</div>
</td>
</tr>
<tr>
<th>Mac OS X</th>
<th>macOS</th>
<th><a href="https://brew.sh/">Homebrew</a></th>
<td><code>brew install openslide</code></td>
<td></td>
</tr>
<tr>
<th>macOS</th>
<th><a href="https://www.macports.org/">MacPorts</a></th>
<td><code>port install openslide</code></td>
<td><code>port install py311-openslide</code></td>
</tr>
<tr>
<th>Mac OS X</th>
<th><a href="https://brew.sh/">Homebrew</a></th>
<td><code>brew install openslide</code></td>
<td></td>
<th>Python</th>
<th><a href="https://conda-forge.org/">conda-forge</a></th>
<td><code>conda install openslide</code></td>
<td><code>conda install openslide-python</code></td>
</tr>
<tr>
<th>Python</th>
<th><a href="https://pypi.org/">PyPI</a></th>
<td></td>
<td><code>python3 -m pip install openslide-python</code></td>
</tr>
<tr>
<th>Windows</th>
<th><a href="https://www.msys2.org/">MSYS2</a></th>
<td>
<code>pacman -S mingw-w64-x86_64-openslide</code><br>
<i>(or <a href="https://packages.msys2.org/base/mingw-w64-openslide">other variants</a>)</i>
</td>
<td></td>
</tr>
<tr>
<th>Windows</th>
<th><a href="https://vcpkg.io/">vcpkg</a></th>
<td><code>vcpkg install openslide</code></td>
<td></td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit f19217b

Please sign in to comment.