Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
remove reference to unavailable pip command
Browse files Browse the repository at this point in the history
`--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 <[email protected]>
  • Loading branch information
pabigot committed Jan 19, 2024
1 parent ca4917e commit d22ae21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d22ae21

Please sign in to comment.