Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: third_party/pexpect/doc/install.rst

Issue 1398903002: Add third_party/pexpect (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@end-to-end-test
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/pexpect/doc/index.rst ('k') | third_party/pexpect/doc/make.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Installation
2 ============
3
4 Pexpect is on PyPI, and can be installed with standard tools::
5
6 pip install pexpect
7
8 Or::
9
10 easy_install pexpect
11
12 Requirements
13 ------------
14
15 This version of Pexpect requires Python 3.3 or above, or Python 2.7.
16
17 As of version 4.0, Pexpect can be used on Windows and POSIX systems. However,
18 :class:`pexpect.spawn` and :func:`pexpect.run` are only available on POSIX,
19 where the :mod:`pty` module is present in the standard library. See
20 :ref:`windows` for more information.
OLDNEW
« no previous file with comments | « third_party/pexpect/doc/index.rst ('k') | third_party/pexpect/doc/make.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698