diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 21:26:08 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-11-15 21:26:08 -0500 |
commit | da099c2dff669d722b2c81a2224de6c0d2695449 (patch) | |
tree | 17d85eeec386fd9ce5b9c770c79e5198fa7683dd /docs | |
parent | fa0a28955747d3503cbbf2dea3041ad2f942c54e (diff) | |
download | cmd2-git-da099c2dff669d722b2c81a2224de6c0d2695449.tar.gz |
Added a note to the installation instructions section of user manual
Diffstat (limited to 'docs')
-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 -------------- |