Skip to content

Commit

Permalink
Merge pull request #262 from mgunyho/patch-1
Browse files Browse the repository at this point in the history
Add Wayland instructions to "not implemented error" section
  • Loading branch information
asweigart authored Jun 18, 2024
2 parents df052ec + 3964edc commit 0eebe51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ You may get an error message that says: "Pyperclip could not find a copy/paste m

In order to work equally well on Windows, Mac, and Linux, Pyperclip uses various mechanisms to do this. Currently, this error should only appear on Linux (not Windows or Mac). You can fix this by installing one of the copy/paste mechanisms:

- ``sudo apt-get install xsel`` to install the xsel utility.
- ``sudo apt-get install xclip`` to install the xclip utility.
- ``sudo apt-get install xsel`` to install the ``xsel`` utility (for X11).
- ``sudo apt-get install xclip`` to install the ``xclip`` utility (for X11).
- ``sudo apt-get install wl-clipboard`` to install the ``wl-clipboard`` utility (for Wayland).
- ``pip install gtk`` to install the gtk Python module.
- ``pip install PyQt4`` to install the PyQt4 Python module.

Expand Down

0 comments on commit 0eebe51

Please sign in to comment.