diff --git a/css/custom.css b/css/custom.css index e89ecec..049ea0e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -97,3 +97,7 @@ div.releases.indent { .pinfo tbody td div:not(:first-child) { margin-top: 0.85em; } +.pinfo pre { + margin-top: 0.4em; + margin-bottom: 0.4em; +} diff --git a/download/index.md b/download/index.md index 78e9d48..147d295 100644 --- a/download/index.md +++ b/download/index.md @@ -80,6 +80,22 @@ If you're looking for the bleeding edge, + + Any + Conan + + Add to conanfile.txt: +
[requires]
+openslide/[~4]
+ + + + + FreeBSD + Ports + pkg install openslide + pkg install py311-openslide-python + Linux @@ -172,6 +188,12 @@ If you're looking for the bleeding edge, zypper install openslide-tools + + Linux + Spack + spack install openslide + spack install py-openslide-python + Linux Ubuntu