From e71a249033f64fc4bf2626cf7c7eb60fe323cb3c Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Tue, 30 Jul 2024 13:03:59 +0200 Subject: [PATCH] Remove mention of pbs. Fixes #720 While here, use official spelling ofg supported OS'es. --- sh.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sh.py b/sh.py index 6c289c77..556df8ff 100644 --- a/sh.py +++ b/sh.py @@ -72,9 +72,7 @@ if "windows" in platform.system().lower(): # pragma: no cover raise ImportError( - f"sh {__version__} is currently only supported on linux and osx. \ -please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows \ -support." + f"sh {__version__} is currently only supported on Linux and macOS." ) TEE_STDOUT = {True, "out", 1}