diff options
| author | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
|---|---|---|
| committer | kotfu <kotfu@kotfu.net> | 2018-01-07 12:09:31 -0700 |
| commit | 4f54d10f4c8d5b5c03626a88f8198318a8080fc6 (patch) | |
| tree | c567676617cbb0cad1139b9267e00e7ad8f531dc /README.md | |
| parent | d63c878413006630834324d71bd22f012bc543a8 (diff) | |
| parent | 2a474dc8f13a3a4558136215a7a1706ba13ba732 (diff) | |
| download | cmd2-git-4f54d10f4c8d5b5c03626a88f8198318a8080fc6.tar.gz | |
Merge branch 'master' of github.com:python-cmd2/cmd2 into argparse
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ Main Features - Parsing commands with flags - Unicode character support (*Python 3 only*) - Good tab-completion of commands, file system paths, and shell commands -- Python 2.7 and 3.3+ support +- Python 2.7 and 3.4+ support - Linux, macOS and Windows support - Trivial to provide built-in help for all commands - Built-in regression testing framework for your applications (transcript-based testing) @@ -46,7 +46,7 @@ On all operating systems, the latest stable version of `cmd2` can be installed u 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 +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). |
