diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:16:48 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 08:16:48 -0500 |
commit | dd671ef739aa34b0cd9a570322b19c373ed773af (patch) | |
tree | 6c94626841cfc6ef8cc74a5f66176bf0a11a1665 /README.md | |
parent | f72f36a958a977022f13cd47f4b09a977c6ce42f (diff) | |
download | cmd2-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-x | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |