Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
changed PyQT4 to PyQT5 as pyqt4 is longer supported in pip
  • Loading branch information
PirateOfAndaman authored Aug 22, 2023
1 parent 781603e commit 67aa6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,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 67aa6c7

Please sign in to comment.