diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-12 10:39:32 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-10-12 10:39:32 -0400 |
commit | fbf2a224fcf0e47102c4fcd3ce29c51228b7d931 (patch) | |
tree | 0851e964a9d715ebf5ad321f0212b83d6b8f7712 /docs | |
parent | 5b96488a8dc7d773ce1400fad96c4946c08baa4a (diff) | |
download | cmd2-git-fbf2a224fcf0e47102c4fcd3ce29c51228b7d931.tar.gz |
Documentation updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/install.rst b/docs/install.rst index 3578ce25..b0710916 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -101,14 +101,12 @@ the following Python packages are installed: * attrs * colorama * pyperclip + * wcwidth On Windows, there is an additional dependency: * pyreadline -On macOS or Linux, there is an additional dependency: - * wcwidth - Upgrading cmd2 -------------- |