summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
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 'README.md')
-rwxr-xr-xREADME.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b1d52c75..f6fa6536 100755
--- a/README.md
+++ b/README.md
@@ -48,8 +48,9 @@ pip install -U cmd2
cmd2 works with Python 2.7 and Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with
the only 3rd-party dependencies being on [six](https://pypi.python.org/pypi/six),
-[pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip)
-(on Windows, [pyreadline](https://pypi.python.org/pypi/pyreadline) is an additional dependency).
+[pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip).
+Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline) and Python
+3.4 and earlier have an additional dependency on [contextlib2](https://pypi.python.org/pypi/contextlib2).
For information on other installation options, see
[Installation Instructions](https://cmd2.readthedocs.io/en/latest/install.html) in the cmd2