##// END OF EJS Templates
Reduce information about Pexpect
Thomas Kluyver -
Show More
@@ -190,11 +190,14 b' get. These are:'
190
190
191 * readline (for command line editing, tab completion, etc.)
191 * readline (for command line editing, tab completion, etc.)
192 * nose (to run the IPython test suite)
192 * nose (to run the IPython test suite)
193 * pexpect
194
193
195 If you are comfortable installing these things yourself, have at it, otherwise
194 If you are comfortable installing these things yourself, have at it, otherwise
196 read on for more details.
195 read on for more details.
197
196
197 IPython uses several other modules, such as pexpect_ and path.py, if they are
198 installed on your system, but it can also use bundled versions from
199 :mod:`IPython.external`, so there's no need to install them separately.
200
198 readline
201 readline
199 --------
202 --------
200
203
@@ -262,21 +265,6 b' iptest command:'
262
265
263 $ iptest
266 $ iptest
264
267
265 pexpect
266 -------
267
268 The pexpect_ package is used
269 for managing subprocesses. IPython now includes a version of Pexpect in
270 :mod:`IPython.external`, but if you have installed Pexpect, IPython will use
271 that instead. On Unix platforms (including OS X), just do:
272
273 .. code-block:: bash
274
275 $ pip install pexpect
276
277 Pexpect doesn't work on Windows, and we use other APIs for controlling
278 subprocesses.
279
280 Dependencies for IPython.parallel (parallel computing)
268 Dependencies for IPython.parallel (parallel computing)
281 ======================================================
269 ======================================================
282
270
@@ -437,7 +425,7 b' On other platforms, you can get pandoc from `their website <http://johnmacfarlan'
437 .. _PyZMQ: https://github.com/zeromq/pyzmq
425 .. _PyZMQ: https://github.com/zeromq/pyzmq
438 .. _paramiko: https://github.com/robey/paramiko
426 .. _paramiko: https://github.com/robey/paramiko
439 .. _pygments: http://pygments.org
427 .. _pygments: http://pygments.org
440 .. _pexpect: http://www.noah.org/wiki/Pexpect
428 .. _pexpect: http://pexpect.readthedocs.org/en/latest/
441 .. _Jinja: http://jinja.pocoo.org
429 .. _Jinja: http://jinja.pocoo.org
442 .. _Sphinx: http://sphinx-doc.org
430 .. _Sphinx: http://sphinx-doc.org
443 .. _pandoc: http://johnmacfarlane.net/pandoc
431 .. _pandoc: http://johnmacfarlane.net/pandoc
General Comments 0
You need to be logged in to leave comments. Login now