Skip to content

Commit e71a249

Browse files
authored
Remove mention of pbs. Fixes #720
While here, use official spelling ofg supported OS'es.
1 parent 61c9682 commit e71a249

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sh.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@
7272

7373
if "windows" in platform.system().lower(): # pragma: no cover
7474
raise ImportError(
75-
f"sh {__version__} is currently only supported on linux and osx. \
76-
please install pbs 0.110 (http://pypi.python.org/pypi/pbs) for windows \
77-
support."
75+
f"sh {__version__} is currently only supported on Linux and macOS."
7876
)
7977

8078
TEE_STDOUT = {True, "out", 1}

0 commit comments

Comments
 (0)