summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 21:26:08 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 21:26:08 -0500
commitda099c2dff669d722b2c81a2224de6c0d2695449 (patch)
tree17d85eeec386fd9ce5b9c770c79e5198fa7683dd
parentfa0a28955747d3503cbbf2dea3041ad2f942c54e (diff)
downloadcmd2-git-da099c2dff669d722b2c81a2224de6c0d2695449.tar.gz
Added a note to the installation instructions section of user manual
-rw-r--r--docs/install.rst4
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
--------------