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,
-dnf install openslide
dnf install python3-openslide
apt-get install openslide-tools
apt-get install python3-openslide
yum install openslide
yum install python3-openslide
pacman -S openslide
apt install openslide-tools
apt install python3-openslide
dnf install openslide
dnf install python3-openslide
yum install openslide
apt install openslide-tools
+
+ apt install software-properties-common
+ add-apt-repository ppa:openslide/openslide
+ apt install openslide-tools
+
+ yum install python3-openslide
apt install python3-openslide
+
+ apt install software-properties-common
+ add-apt-repository ppa:openslide/openslide
+ apt install python3-openslide
+
+ brew install openslide
port install openslide
port install py311-openslide
brew install openslide
conda install openslide
conda install openslide-python
python3 -m pip install openslide-python
pacman -S mingw-w64-x86_64-openslide
vcpkg install openslide