##// END OF EJS Templates
mention PySide as an option in Qt dependencies.
MinRK -
Show More
@@ -315,13 +315,14 IPython.zmq depends on pyzmq >= 2.1.4.
315 315 Dependencies for ipython-qtconsole (new GUI)
316 316 ============================================
317 317
318 PyQt
319 ----
318 Qt
319 --
320 320
321 321 Also with 0.11, a new GUI was added using the work in :mod:`IPython.zmq`,
322 which can be launched with ``ipython-qtconsole``. The GUI is built on PyQt ,
323 which can be installed from the
324 `PyQt website <http://www.riverbankcomputing.co.uk/>`_.
322 which can be launched with ``ipython-qtconsole``. The GUI is built on Qt, and works
323 with either PyQt, which can be installed from the
324 `PyQt website <http://www.riverbankcomputing.co.uk/>`_, or
325 `PySide <http://www.pyside.org/>`_, from Nokia.
325 326
326 327 pygments
327 328 --------
General Comments 0
You need to be logged in to leave comments. Login now