diff --git a/css/custom.css b/css/custom.css index 890c6d0..e89ecec 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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; +} diff --git a/download/index.md b/download/index.md index 6c7cf45..1fc3021 100644 --- a/download/index.md +++ b/download/index.md @@ -60,23 +60,42 @@ If you're looking for the bleeding edge, - - Linux - Fedora - dnf install openslide - dnf install python3-openslide - Linux - Debian
- Ubuntu + AlmaLinux
+ CentOS Stream
+ Oracle Linux
+ Red Hat Enterprise Linux
+ Rocky Linux - apt-get install openslide-tools - apt-get install python3-openslide
+ First, install EPEL.
+ yum install openslide
+ + + First, install EPEL.
+ yum install python3-openslide
+ + Linux + Arch Linux + pacman -S openslide + + + + Linux + Debian + apt install openslide-tools + apt install python3-openslide + + + Linux + Fedora + dnf install openslide + dnf install python3-openslide + Linux openSUSE @@ -85,32 +104,53 @@ If you're looking for the bleeding edge, Linux - - Red Hat Enterprise Linux
- CentOS Stream - + Ubuntu - First, install EPEL.
- yum install openslide
- (RHEL/CentOS Stream ≥ 8) +
+ Official packages:
+ apt install openslide-tools +
+
+ Latest OpenSlide:
+ + apt install software-properties-common
+ add-apt-repository ppa:openslide/openslide
+ apt install openslide-tools +
+
- First, install EPEL.
- yum install python3-openslide
- (RHEL/CentOS Stream ≥ 8) +
+ Official packages:
+ apt install python3-openslide +
+
+ Latest OpenSlide Python:
+ + apt install software-properties-common
+ add-apt-repository ppa:openslide/openslide
+ apt install python3-openslide +
+
- Mac OS X + macOS + Homebrew + brew install openslide + + + + macOS MacPorts port install openslide port install py311-openslide - Mac OS X - Homebrew - brew install openslide - + Python + conda-forge + conda install openslide + conda install openslide-python Python @@ -118,6 +158,21 @@ If you're looking for the bleeding edge, python3 -m pip install openslide-python + + Windows + MSYS2 + + pacman -S mingw-w64-x86_64-openslide
+ (or other variants) + + + + + Windows + vcpkg + vcpkg install openslide + +