From dd671ef739aa34b0cd9a570322b19c373ed773af Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Wed, 15 Nov 2017 08:16:48 -0500 Subject: Modified setup.py and README.md to make pyreadline a dependency on Windwos Also: - bumped version to 0.7.9a - updated changelog --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.1