Installation ============ PyPI ---- You can install the last stable release of Expects from PyPI using pip or easy_install:: $ pip install expects GitHub ------ Or install the latest sources from Github:: $ pip install -e git+git://github.com/jaimegildesagredo/expects.git#egg=expects Also you can donwload a source code package from `Github `_ and install it using setuptools:: $ tar xvf expects-{version}.tar.gz $ cd expects $ python setup.py install