mikewalch commented on a change in pull request #242: Fixes #239 - Several updates URL: https://github.com/apache/fluo-muchos/pull/242#discussion_r238770231
########## File path: README.md ########## @@ -21,6 +21,44 @@ Muchos is structured into two high level components: Checkout [Uno] for setting up Accumulo or Fluo on a single machine. +## Requirements + +Muchos requires the following: + +* Python 2 +* [awscli] & [boto3] libraries - Install using `pip install awscli boto3 --upgrade --user` +* `~/.aws` [configured][aws-config] on your machine. Can be done using [aws configure][awscli-config]. +* `ssh-agent` installed and running + Review comment: Done ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
