Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Jan 27, 2021
1 parent 8e29003 commit 18b12b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Requires python 3.7+
pip install pyperclip3
```

On MacOS it's recommended to install the optional `pasteboard` package for
binary support.

```bash
pip install "pyperclip3[pasteboard]" --no-use-pep517
```

## Usage

pyperclip3 can be used in Python code
Expand Down

0 comments on commit 18b12b7

Please sign in to comment.