summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-11-15 21:41:42 -0500
committerGitHub <noreply@github.com>2017-11-15 21:41:42 -0500
commit63b0c6b3a92cab837a71bbad78e777c522823c93 (patch)
tree17d85eeec386fd9ce5b9c770c79e5198fa7683dd /docs
parent5109cd02b4046003cddf1519b636c7a405bc60c4 (diff)
parentda099c2dff669d722b2c81a2224de6c0d2695449 (diff)
downloadcmd2-git-63b0c6b3a92cab837a71bbad78e777c522823c93.tar.gz
Merge pull request #241 from python-cmd2/windows_pyreadline
Added a Windows-only dependency on pyreadline
Diffstat (limited to 'docs')
-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
--------------