Skip to content

Commit

Permalink
Add instructions for Wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho authored May 29, 2024
1 parent 781603e commit 3964edc
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 3964edc

Please sign in to comment.