diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-30 16:47:47 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-06-30 16:47:47 -0400 |
| commit | 42d4ba77ddbee818ab7e198d52ed5a2c555e6330 (patch) | |
| tree | 93e3fbcac10785c694f8074741169c8c3aae9937 /docs | |
| parent | 679401b5dd314843694e92ca5c7d68e4f0f63c4d (diff) | |
| download | cmd2-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.rst | 1 |
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 |
