##// END OF EJS Templates
update remaining ipython-qtconsole with ipython qtconsole
MinRK -
Show More
@@ -312,14 +312,14 b' pyzmq has eggs that include ZeroMQ itself.'
312
312
313 IPython.zmq depends on pyzmq >= 2.1.4.
313 IPython.zmq depends on pyzmq >= 2.1.4.
314
314
315 Dependencies for ipython-qtconsole (new GUI)
315 Dependencies for ipython qtconsole (new GUI)
316 ============================================
316 ============================================
317
317
318 Qt
318 Qt
319 --
319 --
320
320
321 Also with 0.11, a new GUI was added using the work in :mod:`IPython.zmq`,
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 Qt, and works
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
323 with either PyQt, which can be installed from the
324 `PyQt website <http://www.riverbankcomputing.co.uk/>`_, or
324 `PyQt website <http://www.riverbankcomputing.co.uk/>`_, or
325 `PySide <http://www.pyside.org/>`_, from Nokia.
325 `PySide <http://www.pyside.org/>`_, from Nokia.
@@ -327,7 +327,7 b' with either PyQt, which can be installed from the'
327 pygments
327 pygments
328 --------
328 --------
329
329
330 The syntax-highlighting in ``ipython-qtconsole`` is done with the pygments project,
330 The syntax-highlighting in ``ipython qtconsole`` is done with the pygments project,
331 which is easy_install-able [pygments]_.
331 which is easy_install-able [pygments]_.
332
332
333 .. [ZeroMQ] ZeroMQ. http://www.zeromq.org
333 .. [ZeroMQ] ZeroMQ. http://www.zeromq.org
General Comments 0
You need to be logged in to leave comments. Login now