Skip to content

Commit

Permalink
Update docs to remove references to pygtk, PyQt4
Browse files Browse the repository at this point in the history
Neither of these are supported anymore.

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed May 18, 2022
1 parent ccb412d commit 2194440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ On Mac, this module makes use of the pbcopy and pbpaste commands, which should c

On Linux, this module makes use of the xclip or xsel commands, which should come with the os. Otherwise run "sudo apt-get install xclip" or "sudo apt-get install xsel" (Note: xsel does not always seem to work.)

Otherwise on Linux, you will need the gtk or PyQt4 modules installed.
Otherwise on Linux, you will need the qtpy or PyQT5 modules installed.

Support
-------
Expand Down
3 changes: 1 addition & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ In order to work equally well on Windows, Mac, and Linux, Pyperclip uses various

- ``sudo apt-get install xsel`` to install the xsel utility.
- ``sudo apt-get install xclip`` to install the xclip utility.
- ``pip install gtk`` to install the gtk Python module.
- ``pip install PyQt4`` to install the PyQt4 Python module.
- ``pip install PyQt5`` to install the PyQt5 Python module.

Pyperclip won't work on mobile operating systems such as Android or iOS, nor in browser-based interactive shells such as `replit.com <https://replit.com>`_, `pythontutor.com <http://pythontutor.com>`_, or `pythonanywhere.com <https://pythonanywhere.com>`_.

0 comments on commit 2194440

Please sign in to comment.