summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-22 00:47:57 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-22 00:47:57 -0500
commit504e3dbf9e15faf34611aae8ddabecb90e86eda5 (patch)
tree720e9b58b694dff8f8c2513918e16a11ea24321f /docs
parent6c2cdf229dd62a957d7e27533725a9cc013db22e (diff)
downloadcmd2-git-504e3dbf9e15faf34611aae8ddabecb90e86eda5.tar.gz
Added documentation about Python 3.4 and earlier now having an additional dependency on contextlib2
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 19cbdd78..2c247a3e 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -128,6 +128,11 @@ If you wish to permanently uninstall ``cmd2``, this can also easily be done with
pip uninstall cmd2
+Extra requirement for Python 3.4 and earlier
+--------------------------------------------
+``cmd2`` requires the ``contextlib2`` module for Python 3.4 and earlier. This is used to temporarily redirect
+stdout and stderr.
+
Extra requirement for Python 2.7 only
-------------------------------------
If you want to be able to pipe the output of commands to a shell command on Python 2.7, then you will need one