diff --git a/README.md b/README.md index ec7ff2e..63f879a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # ltchat Qt GUI front-end to the Lightron.org chat. -The Qt5 ltchat is the main focus; Qt4 ltchat development may lag behind. - ## Installing -This requires Python2 to run. It also requires several libraries: httplib, urllib. If you wish to run the Qt5 GUI (recommended), it requires PyQt5. Qt4 requires PyQt4 or PySide to run. +This requires Python2 to run. It also requires several libraries: httplib, urllib. If you wish to run the Qt5 GUI (recommended), it requires PyQt5. Qt4 requires PyQt4 or PySide to run. (Untested Qt3 support) ### Debian or Ubuntu based systems You can install all this in one line: `sudo apt-get install python python-pyqt5 python-urllib3 python-httplib2`