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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pexpect/doc/install.rst
diff --git a/third_party/pexpect/doc/install.rst b/third_party/pexpect/doc/install.rst
new file mode 100644
index 0000000000000000000000000000000000000000..6f7e36af62d21968a6d4a9299414217f706301a3
--- /dev/null
+++ b/third_party/pexpect/doc/install.rst
@@ -0,0 +1,20 @@
+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.
« 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