summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-30 16:47:47 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2017-06-30 16:47:47 -0400
commit42d4ba77ddbee818ab7e198d52ed5a2c555e6330 (patch)
tree93e3fbcac10785c694f8074741169c8c3aae9937 /docs
parent679401b5dd314843694e92ca5c7d68e4f0f63c4d (diff)
downloadcmd2-git-42d4ba77ddbee818ab7e198d52ed5a2c555e6330.tar.gz
Replaced clipboard copy and paste custom code with pyperclip
- Added a 3rd-party dependency on the pyperclip module TODO: Rigorous test on all OSes, particularly Linux systems without xclip
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 78b330fc..6d293176 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -105,6 +105,7 @@ the following Python packages are installed:
* six
* pyparsing
+ * pyperclip
Upgrading cmd2