Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > b532c7e40689f91bff4aff220da23696 > files > 57

python-pexpect-3.0-1.mga4.noarch.rpm

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 2.6 or 3.2 or above. For older
versions of Python, continue using Pexpect 2.4.

Pexpect only works on POSIX systems, where the :mod:`pty` module
is present in the standard library. It may be possible to run it on Windows
using `Cygwin <http://www.cygwin.com/>`_.