diff --git a/docs/source/install/install.rst b/docs/source/install/install.rst index 611c766..a7c174d 100644 --- a/docs/source/install/install.rst +++ b/docs/source/install/install.rst @@ -190,11 +190,14 @@ get. These are: * readline (for command line editing, tab completion, etc.) * nose (to run the IPython test suite) -* pexpect If you are comfortable installing these things yourself, have at it, otherwise read on for more details. +IPython uses several other modules, such as pexpect_ and path.py, if they are +installed on your system, but it can also use bundled versions from +:mod:`IPython.external`, so there's no need to install them separately. + readline -------- @@ -262,21 +265,6 @@ iptest command: $ iptest -pexpect -------- - -The pexpect_ package is used -for managing subprocesses. IPython now includes a version of Pexpect in -:mod:`IPython.external`, but if you have installed Pexpect, IPython will use -that instead. On Unix platforms (including OS X), just do: - -.. code-block:: bash - - $ pip install pexpect - -Pexpect doesn't work on Windows, and we use other APIs for controlling -subprocesses. - Dependencies for IPython.parallel (parallel computing) ====================================================== @@ -437,7 +425,7 @@ On other platforms, you can get pandoc from `their website