Repository: stratos Updated Branches: refs/heads/master 578c4f61c -> b8c97f400
Added missing dependency installation instruction Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/b8c97f40 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/b8c97f40 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/b8c97f40 Branch: refs/heads/master Commit: b8c97f400e6a52efc6e506e09681306dbf7679b9 Parents: 578c4f6 Author: sajhak <[email protected]> Authored: Fri May 15 11:43:23 2015 +0530 Committer: sajhak <[email protected]> Committed: Fri May 15 11:44:14 2015 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.python.cartridge.agent/README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/b8c97f40/components/org.apache.stratos.python.cartridge.agent/README.md ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cartridge.agent/README.md b/components/org.apache.stratos.python.cartridge.agent/README.md index 6403a40..92066bf 100644 --- a/components/org.apache.stratos.python.cartridge.agent/README.md +++ b/components/org.apache.stratos.python.cartridge.agent/README.md @@ -18,6 +18,7 @@ How to run Live Tests pip install pexpect pip install pycrypto pip install gitpython + pip install yapsy ``` 3. Start ActiveMQ:
