summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2017-09-22 15:48:23 -0400
committerGitHub <noreply@github.com>2017-09-22 15:48:23 -0400
commitb49ec49efa5fe8c87f4447d4f821c41ff9a20325 (patch)
tree183b8d633867ac441934a657b76148da5bbc83a5 /CONTRIBUTING.md
parent7530674e171a57adc599740fb68eeac0313ee2ae (diff)
parent532bb1c185896e3564f858057517bbbd408dc0cb (diff)
downloadcmd2-git-b49ec49efa5fe8c87f4447d4f821c41ff9a20325.tar.gz
Merge pull request #227 from alevy03/support-load-in-onecmd_plus_hooks
Provide method to run multiple commands w/o a cmdloop.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 88898f8d..5eace248 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -192,7 +192,7 @@ Once you have cmd2 cloned, before you start any cmd2 application, you first need
```bash
# Install cmd2 prerequisites
-pip install -U six pyparsing
+pip install -U six pyparsing pyperclip
# Install prerequisites for running cmd2 unit tests
pip install -U pytest mock