diff options
author | Jared Crapo <jared@kotfu.net> | 2017-12-11 19:15:15 -0700 |
---|---|---|
committer | Jared Crapo <jared@kotfu.net> | 2017-12-11 19:15:15 -0700 |
commit | 67e669e3345fb637e4f4779691a7a8ec4b1763f6 (patch) | |
tree | 7632e68cc845e1089111e9f10b105bce8c6d5a46 /docs/install.rst | |
parent | 4f57dc14a7ffc2cbd741622da7d05d42ba7f7789 (diff) | |
parent | 63b0c6b3a92cab837a71bbad78e777c522823c93 (diff) | |
download | cmd2-git-67e669e3345fb637e4f4779691a7a8ec4b1763f6.tar.gz |
Merge branch 'master' of https://github.com/python-cmd2/cmd2 into argparse
Diffstat (limited to 'docs/install.rst')
-rw-r--r-- | docs/install.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst index 1edba409..9e330c3c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -107,6 +107,10 @@ the following Python packages are installed: * pyparsing * pyperclip +On Windows, there is an additional dependency: + + * pyreadline + Upgrading cmd2 -------------- |