![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/proc/thread-self/root/usr/share/doc/python3-pexpect/doc/ |
Installation ============ Pexpect is on PyPI, and can be installed with standard tools:: pip install pexpect Or:: easy_install pexpect Requirements ------------ This version of Pexpect requires Python 3.3 or above, or Python 2.7. As of version 4.0, Pexpect can be used on Windows and POSIX systems. However, :class:`pexpect.spawn` and :func:`pexpect.run` are only available on POSIX, where the :mod:`pty` module is present in the standard library. See :ref:`windows` for more information.