From d22ae2101f064d99c6a1f701a384301d25492052 Mon Sep 17 00:00:00 2001 From: "Peter A. Bigot" Date: Fri, 19 Jan 2024 10:48:47 -0700 Subject: [PATCH] remove reference to unavailable pip command `--use-wheel` was deprecated in 2015, and removed in 2018. Its replacement `--use-binary :all:` does not appear to work, perhaps because a dependency is not available in a binary package. Save people some time by not suggesting to use it. Signed-off-by: Peter A. Bigot --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8a645e9..eaa58a8 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,6 @@ The package is still in beta, but the following features are available: pip install pysmartthings ``` -or - -```commandline -pip install --use-wheel pysmartthings -``` - ## Usage ### Initialization