summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-31 00:27:30 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-03-31 00:27:30 -0400
commitfcccd8801edcf39b44ba5a18694b246ac11ed0d8 (patch)
tree86dd173944b42ffb35016c861eea04557130a691 /README.md
parentc6f5999809dfcde2d85b0f16131bf09316476f5d (diff)
downloadcmd2-git-fcccd8801edcf39b44ba5a18694b246ac11ed0d8.tar.gz
Updated documentation
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ccb4d61..587fb104 100755
--- a/README.md
+++ b/README.md
@@ -61,7 +61,8 @@ 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).
-Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline) and Python
+Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline). Non-Windows platforms
+have an additional dependency on [wcwidth](https://pypi.python.org/pypi/wcwidth). Finally, Python
3.4 and earlier have an additional dependency on [contextlib2](https://pypi.python.org/pypi/contextlib2).
For information on other installation options, see