summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-12 10:39:32 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-10-12 10:39:32 -0400
commitfbf2a224fcf0e47102c4fcd3ce29c51228b7d931 (patch)
tree0851e964a9d715ebf5ad321f0212b83d6b8f7712 /README.md
parent5b96488a8dc7d773ce1400fad96c4946c08baa4a (diff)
downloadcmd2-git-fbf2a224fcf0e47102c4fcd3ce29c51228b7d931.tar.gz
Documentation updates
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index b3ca5fc8..e54a3be8 100755
--- a/README.md
+++ b/README.md
@@ -58,12 +58,7 @@ On all operating systems, the latest stable version of `cmd2` can be installed u
pip install -U cmd2
```
-cmd2 works with Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with
-the only 3rd-party dependencies being on [attrs](https://github.com/python-attrs/attrs),
-[colorama](https://github.com/tartley/colorama), [pyperclip](https://github.com/asweigart/pyperclip), and
-[wcwidth](https://pypi.python.org/pypi/wcwidth). Windows has an additional dependency on
-[pyreadline](https://pypi.python.org/pypi/pyreadline). Finally, Python 3.4 has additional dependencies
-on [contextlib2](https://pypi.python.org/pypi/contextlib2) and the [typing](https://pypi.org/project/typing/) backport.
+cmd2 works with Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with few 3rd-party dependencies.
For information on other installation options, see
[Installation Instructions](https://cmd2.readthedocs.io/en/latest/install.html) in the cmd2