summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:16:48 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 08:16:48 -0500
commitdd671ef739aa34b0cd9a570322b19c373ed773af (patch)
tree6c94626841cfc6ef8cc74a5f66176bf0a11a1665 /README.md
parentf72f36a958a977022f13cd47f4b09a977c6ce42f (diff)
downloadcmd2-git-dd671ef739aa34b0cd9a570322b19c373ed773af.tar.gz
Modified setup.py and README.md to make pyreadline a dependency on Windwos
Also: - bumped version to 0.7.9a - updated changelog
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 f1fce0a4..c3625a80 100755
--- a/README.md
+++ b/README.md
@@ -48,7 +48,8 @@ pip install -U cmd2
cmd2 works with Python 2.7 and Python 3.3+ 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).
+[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).
For information on other installation options, see
[Installation Instructions](https://cmd2.readthedocs.io/en/latest/install.html) in the cmd2